Skip to content

Commit e08a444

Browse files
authored
fix(quarto_publish): remove the gh-pages branch bit
1 parent 3c95134 commit e08a444

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/quarto_publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
- name: Check out repository
1616
uses: actions/checkout@v4
1717

18-
- name: Initialise gh-pages on origin
19-
run: |
20-
echo "Pushing current commit to origin/gh-pages (creates or updates)"
21-
git push origin HEAD:gh-pages
22-
2318
- name: Set up Quarto
2419
uses: quarto-dev/quarto-actions/setup@v2
2520

0 commit comments

Comments
 (0)