Skip to content

Merge pull request #80 from marcreichel/refactoring #4

Merge pull request #80 from marcreichel/refactoring

Merge pull request #80 from marcreichel/refactoring #4

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- main
paths:
- docs/**/*
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy documentation
uses: wei/curl@master
with:
args: -X GET ${{ secrets.DEPLOYMENT_URL }}