Skip to content

Merge branch 'main' of github.com:zbmed/2023-2024-ZK_Data_Librarian_M… #17

Merge branch 'main' of github.com:zbmed/2023-2024-ZK_Data_Librarian_M…

Merge branch 'main' of github.com:zbmed/2023-2024-ZK_Data_Librarian_M… #17

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.122.0'
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public