Skip to content

Commit

Permalink
Fix version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Janggun committed Apr 9, 2024
1 parent 3c7da26 commit ba8011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: source "$HOME/.cargo/env"; cd homework; cargo doc --all --document-private-items

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v.4.0.0
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down

0 comments on commit ba8011d

Please sign in to comment.