Skip to content

Update dependency ubuntu to v22 (#18) #52

Update dependency ubuntu to v22 (#18)

Update dependency ubuntu to v22 (#18) #52

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.