Skip to content

Commit 5b32b07

Browse files
authored
chore(ci): remove keep files to ensure old pages are being cleaned up (#382)
now that previews are in a separate repo we can clear out old files always. Also remove unneeded user name and email.
1 parent d854667 commit 5b32b07

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,4 @@ jobs:
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
publish_dir: ./.vitepress/dist
49-
keep_files: ${{ github.event_name != 'workflow_dispatch' }}
50-
# The following lines assign commit authorship to the official
51-
# GH-Actions bot for deploys to `gh-pages` branch:
52-
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
53-
# The GH actions bot is used by default if you didn't specify the two fields.
54-
# You can swap them out with your own user credentials.
5549
cname: rollkit.dev
56-
user_name: YazzyYaz
57-
user_email: yaz@celestia.org

0 commit comments

Comments
 (0)