Skip to content

Testing expand

Testing expand #32

Workflow file for this run

name: Pelican site CI
on:
push:
branches:
- main
jobs:
build:
permissions:
actions: write
contents: write
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nelsonjchen/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}