Skip to content

Commit

Permalink
Fix the website build (for real this time?) (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter authored Nov 25, 2024
1 parent 38c0571 commit 00ac97a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Create output directories
run: mkdir -p output/reference
run: |
mkdir -p output/reference
mkdir -p output/bugs
- name: Copy index.html
run: cp website/index.html output/index.html
- name: Copy static website files
run: |
cp website/index.html output/index.html
cp website/style.css output/style.css
cp website/bugs/index.html output/bugs/index.html
- name: Generate reference
id: adocbuild
Expand Down

0 comments on commit 00ac97a

Please sign in to comment.