From 8bcdd87891a854c6871ca919c4ba1078607efde1 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 25 Sep 2022 01:58:54 +0800 Subject: [PATCH] chore(docs, cd): correct workflow name in tutorial --- .github/workflows/pages-deploy.yml.hook | 3 +-- _posts/2019-08-09-getting-started.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages-deploy.yml.hook b/.github/workflows/pages-deploy.yml.hook index 821a08b..7829db6 100644 --- a/.github/workflows/pages-deploy.yml.hook +++ b/.github/workflows/pages-deploy.yml.hook @@ -1,4 +1,4 @@ -name: "Build and deploy" +name: "Build and Deploy" on: push: branches: @@ -60,7 +60,6 @@ jobs: path: "_site${{ steps.pages.outputs.base_path }}" deploy: - name: "Deploy site" environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index d1b9722..a88037d 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -113,7 +113,7 @@ Now publish your Jekyll site: 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. -2. Push any commit to remote to trigger the GitHub Actions workflow. In the _Actions_ tab of your repository, you should see the "Deploy Jekyll with GitHub Pages" workflow with at least one job running. Once the build is complete and successful, the site should be deployed automatically. +2. Push any commit to remote to trigger the GitHub Actions workflow. In the _Actions_ tab of your repository, you should see the workflow _Build and Deploy_ running. Once the build is complete and successful, the site should be deployed automatically. 3. Visit your website at the address indicated by GitHub.