From 452c6fd7afdcf91ab6a4fc1f7ecf8139bcb82e3b Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Fri, 5 Mar 2021 22:55:03 +0100 Subject: [PATCH 1/6] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a193c5..6e7b708 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,18 +9,18 @@ jobs: build-deploy: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.0 + uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.64.0' - name: Build run: hugo --gc --cleanDestinationDir --baseURL https://ddwe.beging.de/ -v - name: Deploy - uses: peaceiris/actions-gh-pages@v2.4.0 + uses: peaceiris/actions-gh-pages@v3 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages From 93eaa5662112dacaa3c5ce96d9ec33acf5167f8f Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Fri, 5 Mar 2021 22:57:24 +0100 Subject: [PATCH 2/6] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e7b708..4a59390 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - env: + with: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./public From cdb82df76815491f41173382028d9fdd1e0ca786 Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Fri, 5 Mar 2021 22:58:35 +0100 Subject: [PATCH 3/6] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a59390..f942d8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./public + github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_branch: gh-pages + publish_dir: ./public From ef469d5a875f24b654c834f26d544f6c5a418a5d Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Fri, 5 Mar 2021 23:05:08 +0100 Subject: [PATCH 4/6] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f942d8d..0754767 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: - master jobs: - build-deploy: + deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 From 2a9fc7c0500d56856b7f1627af215df29ed3730b Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Fri, 5 Mar 2021 23:06:25 +0100 Subject: [PATCH 5/6] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0754767..68641f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,5 +23,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} - publish_branch: gh-pages + #publish_branch: gh-pages publish_dir: ./public From a64c78be6a4017d47cad6d861d14f7e4df864b36 Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Fri, 5 Mar 2021 23:10:06 +0100 Subject: [PATCH 6/6] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68641f2..67b9e96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} #publish_branch: gh-pages publish_dir: ./public