Skip to content

Commit

Permalink
Fix path in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Sep 2, 2023
1 parent c7d6dc2 commit bb9f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create Site Artifact
run: |
mkdir site
mv cairo/build/docs/javadoc site/
mv build/docs/javadoc site/
- name: Upload Site Artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit bb9f700

Please sign in to comment.