-
Notifications
You must be signed in to change notification settings - Fork 18
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
Enable website publishing in CI #75
Conversation
- name: Publish ${{ github.ref }} | ||
run: sbt docs/docusaurusPublishGhpages | ||
env: | ||
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }} |
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.
I lack access to this part of the repo's settings in Github, so I need some assistance setting this token up https://scalameta.org/mdoc/docs/docusaurus.html#deploy-key Maybe @SethTisue can do that?
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.
I followed the steps, accurately I hope :-)
https://github.com/scalacenter/scalac-profiling/actions/runs/7441157666/job/20242939961 was automatically triggered when I merged this, but it seems to have failed for reasons I don't understand. @danicheg any insight? |
@SethTisue Thank you!
Have you enabled the |
I did use an empty passphrase. You mean
Yes, at https://github.com/scalacenter/scalac-profiling/settings/keys I see it says "Read/write" Maybe the clone is failing because the gh-pages branch doesn't exist yet? Maybe you need to create it first? |
I cannot visit that page. But just to confirm, you've set up the |
Yes, that must be the problem. I used Hopefully #77 will fix it |
No description provided.