Skip to content

Commit

Permalink
fix docs upload (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason authored Jul 5, 2023
1 parent d22bf65 commit c8af113
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ jobs:
- name: Build
run: |
cmake --workflow --preset workflow-docs
# hax for next command
mkdir -p /home/runner/work/_temp/
- name: Upload read the docs
uses: actions/upload-pages-artifact@v0
uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: './build/pack-gcc-debug/docs/sphinx'
retention-days: 1

Expand Down

0 comments on commit c8af113

Please sign in to comment.