Skip to content

Update timetable by removing start and end entries #10

Update timetable by removing start and end entries

Update timetable by removing start and end entries #10

Workflow file for this run

name: publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- run: go run .
- uses: s0/git-publish-subdir-action@v2.6.0
env:
REPO: self
BRANCH: public
FOLDER: public
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}