Skip to content

Commit ae7c918

Browse files
authored
Use workflow from zola-deploy-action README
1 parent 868f8c8 commit ae7c918

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ on: push
22
name: Build and deploy GH Pages
33
jobs:
44
build:
5+
name: shalzz/zola-deploy-action
56
runs-on: ubuntu-latest
67
steps:
7-
- name: checkout
8-
uses: actions/checkout@v2
9-
- name: build_and_deploy
10-
uses: shalzz/[email protected]
11-
env:
12-
# Target branch
13-
PAGES_BRANCH: gh-pages
14-
# Provide personal access token
15-
TOKEN: ${{ secrets.TOKEN }}
8+
- uses: actions/checkout@master
9+
- name: shalzz/zola-deploy-action
10+
uses: shalzz/zola-deploy-action@master
11+
env:
12+
PAGES_BRANCH: gh-pages
13+
TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)