We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c203623 commit 65013feCopy full SHA for 65013fe
1 file changed
.github/workflows/zola.yml
@@ -1,18 +1,18 @@
1
on:
2
push:
3
branches:
4
- - master
+ - main
5
pull_request:
6
jobs:
7
build_and_deploy:
8
runs-on: ubuntu-latest
9
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
10
steps:
11
- - name: 'Checkout'
12
- uses: actions/checkout@master
13
- - name: 'Build and deploy'
14
- uses: shalzz/zola-deploy-action@master
+ - name: "Checkout"
+ uses: actions/checkout@main
+ - name: "Build and deploy"
+ uses: shalzz/zola-deploy-action@main
15
env:
16
PAGES_BRANCH: gh-pages
17
BUILD_DIR: .
18
- TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments