Skip to content

Commit

Permalink
docs: update steps in the github-actions section
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-introvert committed Jun 1, 2021
1 parent 1decd6f commit 170e13d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
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

0 comments on commit 170e13d

Please sign in to comment.