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

18 lines
358 B
YAML
Raw Normal View History

2021-01-20 13:32:05 +00:00
name: build
2021-01-20 13:25:44 +00:00
on:
push:
branches:
- source
jobs:
build_and_deploy:
runs-on: ubuntu-latest
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 }}