Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bourumir-wyngs authored Jun 1, 2024
1 parent 0bd5100 commit bbdf2ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:

- name: Build documentation
run: cargo doc --no-deps

- name: Identify location
run: pwd

deploy:
environment:
Expand All @@ -55,7 +58,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload generated documentation
path: target/doc/rs_opw_kinematics
path: /home/runner/work/rs-opw-kinematics/rs-opw-kinematics/target/doc/rs_opw_kinematics
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit bbdf2ab

Please sign in to comment.