fixed live demo

This commit is contained in:
Speyll
2023-07-04 01:44:16 +01:00
parent 968887b43b
commit ed0e4c6ccd
4 changed files with 25 additions and 323 deletions

24
.github/workflows/zola.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Zola
on:
push:
branches: [ main ]
workflow_dispatch:
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and deploy
uses: shalzz/zola-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}