You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
337 B
YAML
19 lines
337 B
YAML
![]()
2 years ago
|
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@v3.0.0
|
||
|
- name: Build and deploy
|
||
|
uses: shalzz/zola-deploy-action@v0.17.2
|
||
|
env:
|
||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|