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 bbdf2ab commit b926fc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Identify location
run: pwd
- name: Identify location 2
run: ls -l


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

0 comments on commit b926fc2

Please sign in to comment.