Skip to content

Update JamesIves/github-pages-deploy-action action to v4.6.9 #69

Update JamesIves/github-pages-deploy-action action to v4.6.9

Update JamesIves/github-pages-deploy-action action to v4.6.9 #69

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@v4
- 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.