kopia lustrzana https://github.com/trojkat/zdecentralizowani
20 wiersze
384 B
YAML
20 wiersze
384 B
YAML
name: github pages
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v2
|
|
- name: build_and_deploy
|
|
uses: shalzz/zola-deploy-action@v0.13.0
|
|
env:
|
|
PAGES_BRANCH: gh-pages
|
|
TOKEN: $GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}
|
|
BUILD_THEMES: false
|