indendation error

This commit is contained in:
2026-01-12 15:59:59 +01:00
parent d2a279dc2c
commit 0a409db951

View File

@@ -34,19 +34,20 @@ jobs:
path: build/docs/html # maybe we need to upload images as well - so one can click on them?
deploy:
environment:
name: github-pages
needs: build
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
with:
branch: gh-pages # visible branch for Pages
#folder: "v${{ github.ref_name }}" # deploy to version subfolder
folder: "."
deploy:
environment:
name: github-pages
needs: build
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
with:
branch: gh-pages # visible branch for Pages
#folder: "v${{ github.ref_name }}" # deploy to version subfolder
folder: "."