Skip to content

content/2023/rse-funding: Blog post on status of RSE funding #165

content/2023/rse-funding: Blog post on status of RSE funding

content/2023/rse-funding: Blog post on status of RSE funding #165

Workflow file for this run

name: gh-pages
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Dependencies
run: pip install -r requirements.txt
- name: Build
run: |
make dirhtml
- name: Deploy
uses: peaceiris/[email protected]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/dirhtml/