Skip to content
Snippets Groups Projects
Commit 987cbcfe authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: deploy-docs job only if master

parent d85bbbdf
No related branches found
No related tags found
1 merge request!94fix: run Github workflow for docs inside alpine (LCG podio too old)
Pipeline #35978 failed
...@@ -59,6 +59,7 @@ jobs: ...@@ -59,6 +59,7 @@ jobs:
deploy-docs: deploy-docs:
needs: build-docs needs: build-docs
if: github.ref == 'refs/heads/master'
permissions: permissions:
pages: write pages: write
id-token: write id-token: write
...@@ -68,7 +69,6 @@ jobs: ...@@ -68,7 +69,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment