⬆️ fix: use latest zola-deploy-action
parent
7a4c153fe1
commit
19bd85f8db
@ -1,18 +0,0 @@
|
|||||||
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 }}
|
|
Loading…
Reference in New Issue