Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-28 06:40:39 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-28 06:40:39 +0300
commit45e2c49beddb25db5f4c20d3f332c57b4c3df2e0 (patch)
tree106c549f65aad5e3cc1ef0b6b6b78e3f7a84673a /.github
parent970af2bb7f819d80e22e68d52512e5742fcb6f8d (diff)
ci: use ACTIONS_DEPLOY_KEY
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy-github-pages.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml
index 8ba45ddb..a9fd5ce2 100644
--- a/.github/workflows/deploy-github-pages.yml
+++ b/.github/workflows/deploy-github-pages.yml
@@ -41,8 +41,7 @@ jobs:
- name: Deploy (script mode)
env:
- # ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./exampleSite/public
SCRIPT_MODE: true
@@ -55,9 +54,5 @@ jobs:
# uses: docker://peaceiris/gh-pages:v2
# env:
# # ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- # PUBLISH_BRANCH: master
- # PUBLISH_DIR: ./public
- # with:
- # emptyCommits: false
- # forceOrphan: true
+ # PUBLISH_BRANCH: gh-pages
+ # PUBLISH_DIR: ./exampleSite/public