Skip to content

Commit

Permalink
ci: upload documentation to dev subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 13, 2023
1 parent defdaae commit 4dd2d84
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,11 @@ jobs:
cd docs
make html
- name: Setup pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
path: "docs/build/html/"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
folder: "docs/build/html/"
target-folder: "dev"
release:
if: ${{ github.ref == 'refs/heads/main' }}
needs:
Expand Down

0 comments on commit 4dd2d84

Please sign in to comment.