1
0
mirror of https://github.com/house-of-vanity/house-of-vanity.github.io.git synced 2026-05-07 06:49:56 +00:00
Files
house-of-vanity.github.io/.github/workflowsbuild-and-publish
T
2023-08-25 13:34:10 +03:00

19 lines
344 B
Plaintext

name: Zola on GitHub Pages
on:
push:
branches:
- zola
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout zola branch
uses: actions/checkout@v3.0.0
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}