Skip to content

Add graduating phd with no hope #44

Add graduating phd with no hope

Add graduating phd with no hope #44

Workflow file for this run

name: Generate TOC
on:
push:
branches:
- main
jobs:
generateTOC:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Generate TOC
run: make deps generateTOC
- name: Auto commit
uses: stefanzweifel/[email protected]
with:
commit_message: Apply automatic changes - TOC generated
branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}