Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Jan 9, 2024
1 parent 29f06c4 commit 747bcb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:


jobs:
build-documentation:
build-docs:
runs-on: [self-hosted, ubuntu-latest]
container: python:3-buster
steps:
Expand All @@ -40,12 +40,12 @@ jobs:
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
deploy-docs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: build-docs
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 747bcb9

Please sign in to comment.