Skip to content

add pyexcel to list #17

add pyexcel to list

add pyexcel to list #17

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:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: tonyroberts/gh-pages-pelican-action@HEAD
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Upload build ouptut
uses: actions/upload-artifact@v1
with:
name: output
path: output