Skip to content

Commit

Permalink
Add build as a dependency for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov committed Jul 30, 2023
1 parent 353ca25 commit 3f605bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
repack-gh-pages:
name: Repack GitHub Pages
runs-on: ubuntu-latest
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
Expand All @@ -64,7 +65,6 @@ jobs:
name: Deploy to GitHub Pages
needs: repack-gh-pages
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 3f605bd

Please sign in to comment.