Skip to content

Commit

Permalink
deploy on every push to main (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Sep 11, 2023
1 parent 2c2d554 commit 9f7cfd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches:
- main
paths:
- "docs/**"
- .github/workflows/deploy-docs.yml

permissions:
contents: read
Expand Down Expand Up @@ -47,4 +44,4 @@ jobs:
with:
branch: gh-pages
folder: build
single-commit: true
single-commit: true

0 comments on commit 9f7cfd9

Please sign in to comment.