Skip to content

Commit

Permalink
different folder
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
  • Loading branch information
ct2034 committed May 13, 2024
1 parent a731c9b commit 5cab4db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/_build/html
# deploy the documentation to GitHub Pages
- name: Deploy to github pages
id: deployment
uses: actions/deploy-pages@v4
path: docs/build/html
# # deploy the documentation to GitHub Pages
# - name: Deploy to github pages
# id: deployment
# uses: actions/deploy-pages@v4

0 comments on commit 5cab4db

Please sign in to comment.