Skip to content

Commit c8e4b8a

Browse files
authored
Update github-actions-build-zola-on-push.yml
1 parent ae0a48a commit c8e4b8a

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# On every push this script is executed
2-
on: push
3-
name: Build and deploy GH Pages
1+
name: Zola on GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
48
jobs:
59
build:
10+
name: Publish site
611
runs-on: ubuntu-latest
7-
if: github.ref == 'refs/heads/main'
812
steps:
9-
- name: checkout
10-
uses: actions/checkout@v4
11-
- name: build_and_deploy
12-
uses: shalzz/[email protected]
13-
env:
14-
# Target branch
15-
PAGES_BRANCH: gh-pages
16-
# Provide personal access token
17-
# TOKEN: ${{ secrets.TOKEN }}
18-
# Or if publishing to the same repo, use the automatic token
19-
TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
- name: Checkout main
14+
uses: actions/checkout@v4
15+
- name: Build and deploy
16+
uses: shalzz/[email protected]
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)