Skip to content

startet på noe imongr-greier #50

startet på noe imongr-greier

startet på noe imongr-greier #50

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Deploy dokumentation
jobs:
deploy_doc:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Deploy
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.