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 845a74b commit ed87925
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: Copy image
run: cp documentation/opw.gif target/doc

- name: Identify location
run: pwd
- name: Identify content
Expand All @@ -52,7 +55,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload generated documentation
# Upload generated documentation. This is viewable at https://bourumir-wyngs.github.io/rs-opw-kinematics/rs_opw_kinematics/
path: target/doc
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit ed87925

Please sign in to comment.