Fix documentation page building workflow 10

This commit is contained in:
Justin van der Leij 2021-11-02 17:21:51 +01:00
parent 6ce714ce14
commit 73177f4048

View file

@ -28,9 +28,8 @@ jobs:
- name: Build docs - name: Build docs
run: ldoc . run: ldoc .
- name: Deploy
- name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.1.5 with:
with: branch: gh-pages
branch: gh-pages folder: docs
folder: docs