Skip to content

Commit 962bc97

Browse files
dont action setup branch in workflow
1 parent aabad61 commit 962bc97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/quarto-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- action-setup
76

87
name: Quarto Publish
98

@@ -34,4 +33,4 @@ jobs:
3433
with:
3534
target: gh-pages
3635
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)