Skip to content

Sma fixes

Sma fixes #23

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:
- source
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}