Skip to content

Commit

Permalink
Create zola deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpalee authored Feb 25, 2024
1 parent c45b701 commit f2c313e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Zola on GitHub Pages

on:
push:
branches:
- main

jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAGES_BRANCH: deploy

0 comments on commit f2c313e

Please sign in to comment.