Skip to content

Commit

Permalink
Fix the website build (for real this time?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Nov 25, 2024
1 parent 134b7d7 commit e512287
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 e512287

Please sign in to comment.