Skip to content

Commit ae2669f

Browse files
committed
docs: restore some tutorial content (#721)
1 parent 48f14e3 commit ae2669f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_posts/2019-08-09-getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ Now you can choose ONE of the following methods to deploy your Jekyll site.
109109

110110
Ensure your Jekyll site has the file `.github/workflows/pages-deploy.yml`{: .filepath}. Otherwise, create a new one and fill in the contents of the [sample file][workflow], and the value of the `on.push.branches` should be the same as your repo's default branch name. And then rename your repository to `<GH_USERNAME>.github.io` on GitHub.
111111

112+
Furthermore, if you have committed `Gemfile.lock`{: .filepath} to the repository and your local machine is not Linux, go the the root directory of your site and update the platform list:
113+
114+
```console
115+
$ bundle lock --add-platform x86_64-linux
116+
```
117+
112118
Now publish your Jekyll site:
113119

114120
1. Browse to your repository on GitHub. Select the tab _Settings_, then click _Pages_ in the left navigation bar. Then, in the **Source** section (under _Build and deployment_), select [**GitHub Actions**][pages-workflow-src] from the dropdown menu.

0 commit comments

Comments
 (0)