Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend authored Apr 24, 2024
1 parent f68e2b0 commit ca0a7d9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ jobs:
chmod -c -R +rX "doc/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Archive Docs
uses: actions/upload-artifact@v2
# - name: Archive Docs
# uses: actions/upload-artifact@v2
# with:
# name: "github-pages"
# path:
# doc/html/*
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
name: "github-pages"
path:
doc/html/*
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
doc/html/

deploy:
# Add a dependency to the build job
Expand Down

0 comments on commit ca0a7d9

Please sign in to comment.