Skip to content

Commit

Permalink
add pelican yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DSGuala committed Nov 15, 2023
1 parent 8cfbb87 commit 7e39fe4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pelican site CI

on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- main

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: nelsonjchen/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 7e39fe4

Please sign in to comment.