We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca32c1 commit c4eae09Copy full SHA for c4eae09
.github/workflows/deploy.yml
@@ -52,10 +52,7 @@ jobs:
52
git add -A
53
git commit -m "Update registry submodule"
54
55
- # IMPORTANT: pull latest remote before pushing
56
git pull --rebase https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git main
57
-
58
- # Now push safely without conflict
59
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git HEAD:main
60
61
build:
@@ -83,6 +80,7 @@ jobs:
83
80
uses: actions/upload-pages-artifact@v3
84
81
with:
85
82
path: ./dist
+ overwrite: true # ⭐ IMPORTANT FIX
86
87
deploy:
88
needs: build
0 commit comments