Skip to content

Update domain from pyhpc.io to pyhpc.org #20

Update domain from pyhpc.io to pyhpc.org

Update domain from pyhpc.io to pyhpc.org #20

Workflow file for this run

name: Push Pelican Site to Github Pages
on:
push:
branches:
- source
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: nelsonjchen/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_PAGES_BRANCH: master
PELICAN_CONFIG_FILE: publishconf.py