Migrate to Zola
This commit is contained in:
parent
91dd529833
commit
86d0d27ef2
64 changed files with 1044 additions and 2477 deletions
14
.github/workflows/pages.yml
vendored
Normal file
14
.github/workflows/pages.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
on: push
|
||||
name: Build and deploy to Pages
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: build_and_deploy
|
||||
uses: shalzz/zola-deploy-action@v0.17.2
|
||||
env:
|
||||
PAGES_BRANCH: gh-pages
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue