add link to timetable #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push,pull_request] | |
name: Deploy Site | |
jobs: | |
nikola_build: | |
runs-on: ubuntu-latest | |
name: 'Build, Check, Deploy' | |
steps: | |
- name: Check out | |
uses: actions/checkout@v3 | |
- name: Build and Deploy Nikola | |
uses: getnikola/nikola-action@v8 | |
with: | |
dry_run: ${{ github.ref_name != 'main' }} |