Skip to content
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

align environment variable name with docusaurus instructions #77

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

SethTisue
Copy link
Collaborator

No description provided.

@@ -15,4 +15,4 @@ jobs:
- name: Publish ${{ github.ref }}
run: sbt docs/docusaurusPublishGhpages
env:
GITHUB_DEPLOY_KEY: ${{ secrets.GITHUB_DEPLOY_KEY }}
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's no matter how we define the env var in secrets, but I thought it should be GITHUB_DEPLOY_KEY in CI as done in Scalafix, for example https://github.com/scalacenter/scalafix/blob/main/.github/workflows/deploy-website.yml#L17

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm pretty confident it should be GITHUB_DEPLOY_KEY in CI https://github.com/search?q=org%3Ascalacenter%20GITHUB_DEPLOY_KEY&type=code

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the mdoc website is a little bit outdated 🤷🏻

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't think why it would matter what it's called as long as we're consistent 🤷

@danicheg danicheg added the docs Relates to any documentation of the project — microsite, readme, etc label Jan 8, 2024
@danicheg danicheg merged commit 44d0622 into main Jan 8, 2024
8 checks passed
@SethTisue SethTisue deleted the fix-website-publishing branch January 8, 2024 17:16
@danicheg
Copy link
Collaborator

danicheg commented Jan 8, 2024

yay, it's alive https://scalacenter.github.io/scalac-profiling/

@SethTisue
Copy link
Collaborator Author

yay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Relates to any documentation of the project — microsite, readme, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants