Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Wait for pages to build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 20, 2023
1 parent ed9d2d3 commit ac1c1f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

publish:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
permissions:
pages: write
Expand Down

0 comments on commit ac1c1f9

Please sign in to comment.