Skip to content

Commit

Permalink
Update github-actions-build-zola-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IPlayZed committed Aug 4, 2024
1 parent ae0a48a commit c8e4b8a
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/github-actions-build-zola-on-push.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# On every push this script is executed
on: push
name: Build and deploy GH Pages
name: Zola on GitHub Pages

on:
push:
branches:
- main

jobs:
build:
name: Publish site
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: gh-pages
# Provide personal access token
# TOKEN: ${{ secrets.TOKEN }}
# Or if publishing to the same repo, use the automatic token
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c8e4b8a

Please sign in to comment.