delete blog directory
This commit is contained in:
25
.github/workflows/main.yml
vendored
25
.github/workflows/main.yml
vendored
@@ -1,18 +1,19 @@
|
|||||||
name: Zola on GitHub Pages
|
# On every push this script is executed
|
||||||
|
on: push
|
||||||
on:
|
name: Build and deploy GH Pages
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Publish site
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build and deploy
|
- name: build_and_deploy
|
||||||
uses: shalzz/zola-deploy-action@v0.20.0
|
uses: shalzz/zola-deploy-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# Target branch
|
||||||
|
PAGES_BRANCH: gh-pages
|
||||||
|
# Provide personal access token
|
||||||
|
#TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
# Or if publishing to the same repo, use the automatic token
|
||||||
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 94 MiB After Width: | Height: | Size: 94 MiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user