Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reschandreas committed Feb 25, 2024
1 parent a752142 commit 56babbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
- '.github/workflows/docs.yaml'
push:
branches:
- develop
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
- '.github/workflows/docs.yaml'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -34,7 +34,6 @@ jobs:
- uses: actions/upload-pages-artifact@v3
with:
path: docs/_build/dirhtml/

# Deployment job
deploy:
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit 56babbc

Please sign in to comment.