Skip to content

Commit

Permalink
fix: gh yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 11, 2024
1 parent 4000ba4 commit ef23c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
path: out/ph-municipalities/${{ env.version }}
retention-days: 3

deploy-client:
deploy-docs:
name: Deploy client to Github Pages
needs: lint-client
needs: build-docs
runs-on: ubuntu-latest
steps:
- name: Download Artifact
Expand Down

0 comments on commit ef23c38

Please sign in to comment.