Skip to content

Litt mer om imongr på aws #54

Litt mer om imongr på aws

Litt mer om imongr på aws #54

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Deploy dokumentation
jobs:
deploy_doc:
runs-on: ubuntu-22.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.