Skip to content

add new thesis topics #57

add new thesis topics

add new thesis topics #57

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@v2
with:
pre_build_commands: git config --global http.version HTTP/1.1; apk fetch git-lfs;
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'