Skip to content

Update deploy.yml

Update deploy.yml #16

Workflow file for this run

name: Pelican site CI
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: pythongranada/gh-pages-pelican-action@0.1.10
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PELICAN_THEME_FOLDER: themes/buruma