-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Rust docs broken in main branch #1684
Conversation
@@ -55,11 +58,11 @@ jobs: | |||
done | |||
|
|||
- name: upload Docs files | |||
uses: actions/upload-pages-artifact@v2 | |||
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the version comment!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
@gpmayorga This PR is still in draft state. Is there anything missing or can we merge this? |
All ready to go! I was waiting to make sure the docs are actually passing and publishing then I got distracted with a million fires |
Description
Since dependabot upgraded the deploy-pages action, the docs deployment to GH pages is broken. This should fix the issue