Skip to content

Commit

Permalink
chore: add dependency on build step (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Jun 25, 2024
1 parent 8520afc commit a40e8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit a40e8ca

Please sign in to comment.