We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9208a5e commit 58524adCopy full SHA for 58524ad
.github/workflows/cd-news-player.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Append !dist to gitignore
45
run: echo '!dist' >> .gitignore
46
- name: Stage dist folders
47
- run: git add **/dist
+ run: git add --all
48
- name: Commit changes to git
49
run: git commit -m "Add dist folders"
50
- name: Force push to release-news-player
0 commit comments