Skip to content

Commit

Permalink
Fix generate-gh-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 11, 2023
1 parent c9347c9 commit df4cedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-gh-pages.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:

deploy:
concurrency: ci-${{ github.ref }}
needs: [build]
needs: [generate]
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit df4cedd

Please sign in to comment.