aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0af200d..8c3455b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,14 +1,15 @@
on: push
jobs:
- build:
+ build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: 'checkout'
uses: actions/checkout@v3.0.0
- - name: 'build_and_deploy'
+ - name: 'build and deploy'
uses: shalzz/zola-deploy-action@v0.17.2
env:
BUILD_FLAGS: --base-url ${{ secrets.DOMAIN }}
- PAGES_BRANCH: gh-pages
- TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file
+ PAGES_BRANCH: master
+ REPOSITORY: ${{ secrets.REPOSITORY }}
+ TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file