Skip to content

Update config.toml

Update config.toml #10

Workflow file for this run

name: CI
on:
push:
branches:
- source
pull_request:
branches:
- source
jobs:
build:
name: shalzz/zola-deploy-action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: master
BUILD_DIR: .
TOKEN: ${{ secrets.TOKEN }}