Skip to content

tools and software

tools and software #89

Workflow file for this run

name: github pages
on:
pull_request:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.110.0"
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: Informasjonsforvaltning/Informasjonsforvaltning.github.io
publish_branch: master
publish_dir: ./public