mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 07:08:53 +01:00
indendation error
This commit is contained in:
27
.github/workflows/build_documentation.yml
vendored
27
.github/workflows/build_documentation.yml
vendored
@@ -34,19 +34,20 @@ jobs:
|
|||||||
path: build/docs/html # maybe we need to upload images as well - so one can click on them?
|
path: build/docs/html # maybe we need to upload images as well - so one can click on them?
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v1
|
uses: actions/deploy-pages@v1
|
||||||
with:
|
with:
|
||||||
branch: gh-pages # visible branch for Pages
|
branch: gh-pages # visible branch for Pages
|
||||||
#folder: "v${{ github.ref_name }}" # deploy to version subfolder
|
#folder: "v${{ github.ref_name }}" # deploy to version subfolder
|
||||||
folder: "."
|
folder: "."
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user