Skip to content

news: best paper award #135

news: best paper award

news: best paper award #135

Workflow file for this run

name: github pages
on:
push:
branches:
- master # Set a branch to deploy
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: false # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.79.1'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.CCI_WEBSITE_TOKEN }}
publish_dir: ./public
publish_branch: master
cname: cci-research.nl
external_repository: uva-cci/cci-research.nl