Skip to content

Commit

Permalink
fix: correct path because cd's don't carry through runs
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppajoeman committed Oct 6, 2024
1 parent 8bd8e3a commit 395c2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openmath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: '../../../generated_html'
path: 'generated_html'

deploy:
needs: build # Wait for the build job to complete
Expand Down

0 comments on commit 395c2c9

Please sign in to comment.