Skip to content

Commit 180824a

Browse files
authored
chore: publish docs on every push to the default branch (#796)
1 parent d98ee81 commit 180824a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
run:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
1211
steps:
1312
- name: Checkout repository
1413
uses: actions/checkout@v4

0 commit comments

Comments
 (0)