mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 09:15:23 +01:00
indendation error
This commit is contained in:
27
.github/workflows/build_documentation.yml
vendored
27
.github/workflows/build_documentation.yml
vendored
@@ -34,20 +34,21 @@ 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: "."
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user