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 2fdf05b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 @@ -29,12 +29,11 @@ jobs:
build-command: make html dirhtml
- uses: actions/upload-artifact@v3
with:
name: documentation
name: Documentation
path: docs/_build/html/
- 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 2fdf05b

Please sign in to comment.