1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/.github/workflows/build.yml
2021-01-21 00:25:44 +11:00

18 lines
388 B
YAML

on:
push:
branches:
- source
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/source'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.12.0
env:
PAGES_BRANCH: master
BUILD_DIR: .
TOKEN: ${{ secrets.TOKEN }}