Skip to content

Commit

Permalink
Fix GH page deployment in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Jun 19, 2023
1 parent 4aadd75 commit 20d0cf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ jobs:
run: |-
cargo doc --verbose &&
echo "<meta http-equiv=refresh content=0;url=typed_builder/index.html>" > target/doc/index.html
- name: Add read permissions
run: |-
chmod --recursive +r target/doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand All @@ -140,4 +143,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 20d0cf1

Please sign in to comment.