Skip to content

Commit

Permalink
Don't delete sitepreview
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored Jan 26, 2024
1 parent 46b3105 commit afad96a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ghbuild.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a simple workflow that runs the publisher and copies the output to https://<owner>.github.io/<repo>/index.html
# Based on the idea from Carl Leitner
# Based on the idea by Carl Leitner
# Change log:
# 2021-06-18: (JCT): publish default branches to / , other branches branches/<branch>
# 2021-11-26: (JCT): Reusable workflow
Expand Down Expand Up @@ -98,4 +98,6 @@ jobs:
folder: ./output # The folder the action should deploy.
commit-message: Deploy main branch
single-commit: true
clean-exclude: branches
clean-exclude: |
branches
sitepreview

0 comments on commit afad96a

Please sign in to comment.