Skip to content

Use better exp

Use better exp #198

Workflow file for this run

name: Pelican site CI
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git submodule update --init --recursive
- run: |
ls -R ${{ github.workspace }}
- uses: nelsonjchen/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_PAGES_BRANCH: main
GH_PAGES_CNAME: n.pymi.vn
PELICAN_CONFIG_FILE: publishconf.py