Skip to content

Commit dd00984

Browse files
committed
Ignore dist folder again and update target branch in github workflow to 'gh-pages'
1 parent dd9b044 commit dd00984

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Release
4141
runs-on: ubuntu-latest
4242
env:
43-
TARGET_BRANCH: test-actions
43+
TARGET_BRANCH: gh-pages
4444
TARGET_PATH: app/dist
4545

4646
steps:

app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/node_modules
2+
/dist

app/dist/app.bundle.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)