Skip to content

Merge pull request #92 from marcreichel/refactoring #7

Merge pull request #92 from marcreichel/refactoring

Merge pull request #92 from marcreichel/refactoring #7

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 }}