first commit
This commit is contained in:
18
themes/terminimal/.github/workflows/publish-pages.yml
vendored
Normal file
18
themes/terminimal/.github/workflows/publish-pages.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Publish demo on GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
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@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user