Skip to content

Commit

Permalink
ci: Fix workflow for overview
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Mar 28, 2024
1 parent b34c710 commit 008fcec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: overview

on:
push:

jobs:
# Build job
build:
runs-on: ubuntu-22.04
steps:
Expand All @@ -19,6 +23,7 @@ jobs:
path: result

deploy:
runs-on: ubuntu-22.04
needs: build
permissions:
contents: read
Expand All @@ -27,7 +32,6 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 008fcec

Please sign in to comment.