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

docs(v2): update steps in the github-actions section #4876

Merged
merged 3 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ This workflow assumes your documentation resided in `documentation` branch of yo
1. Copy your private key with `xclip -sel clip < ~/.ssh/id_rsa` and paste a GitHub secret with name `GH_PAGES_DEPLOY`. Copy file content if the command line doesn't work for you. Save your secret.
1. Create you [documentation workflow file](https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#creating-a-workflow-file) in `.github/workflows/`. In this example it's `documentation.yml`.

:::warning

Please make sure that you replace `actions@github.com` with your GitHub email and `gh-actions` with your name.

:::

```yaml title="documentation.yml"
name: documentation

Expand Down
6 changes: 6 additions & 0 deletions website/versioned_docs/version-2.0.0-alpha.73/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ This workflow assumes your documentation resided in `documentation` branch of yo
1. Copy your private key with `xclip -sel clip < ~/.ssh/id_rsa` and paste a GitHub secret with name `GH_PAGES_DEPLOY`. Copy file content if the command line doesn't work for you. Save your secret.
1. Create you [documentation workflow file](https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#creating-a-workflow-file) in `.github/workflows/`. In this example it's `documentation.yml`.

:::warning

Please make sure that you replace `actions@github.com` with your GitHub email and `gh-actions` with your name.

:::

```yaml title="documentation.yml"
name: documentation

Expand Down
6 changes: 6 additions & 0 deletions website/versioned_docs/version-2.0.0-alpha.74/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ This workflow assumes your documentation resided in `documentation` branch of yo
1. Copy your private key with `xclip -sel clip < ~/.ssh/id_rsa` and paste a GitHub secret with name `GH_PAGES_DEPLOY`. Copy file content if the command line doesn't work for you. Save your secret.
1. Create you [documentation workflow file](https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#creating-a-workflow-file) in `.github/workflows/`. In this example it's `documentation.yml`.

:::warning

Please make sure that you replace `actions@github.com` with your GitHub email and `gh-actions` with your name.

:::

```yaml title="documentation.yml"
name: documentation

Expand Down
6 changes: 6 additions & 0 deletions website/versioned_docs/version-2.0.0-alpha.75/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ This workflow assumes your documentation resided in `documentation` branch of yo
1. Copy your private key with `xclip -sel clip < ~/.ssh/id_rsa` and paste a GitHub secret with name `GH_PAGES_DEPLOY`. Copy file content if the command line doesn't work for you. Save your secret.
1. Create you [documentation workflow file](https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#creating-a-workflow-file) in `.github/workflows/`. In this example it's `documentation.yml`.

:::warning

Please make sure that you replace `actions@github.com` with your GitHub email and `gh-actions` with your name.

:::

```yaml title="documentation.yml"
name: documentation

Expand Down
6 changes: 6 additions & 0 deletions website/versioned_docs/version-2.0.0-beta.0/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ This workflow assumes your documentation resided in `documentation` branch of yo
1. Copy your private key with `xclip -sel clip < ~/.ssh/id_rsa` and paste a GitHub secret with name `GH_PAGES_DEPLOY`. Copy file content if the command line doesn't work for you. Save your secret.
1. Create you [documentation workflow file](https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#creating-a-workflow-file) in `.github/workflows/`. In this example it's `documentation.yml`.

:::warning

Please make sure that you replace `actions@github.com` with your GitHub email and `gh-actions` with your name.

:::

```yaml title="documentation.yml"
name: documentation

Expand Down