Skip to content

Add page about KVAKK (kvalitet i kode og koding) (#180) #174

Add page about KVAKK (kvalitet i kode og koding) (#180)

Add page about KVAKK (kvalitet i kode og koding) (#180) #174

on:
push:
branches: main
name: Render and Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
# add software dependencies here
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: dapla-manual
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions