We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b461d4 commit baa816dCopy full SHA for baa816d
.github/workflows/rust.yml
@@ -37,6 +37,6 @@ jobs:
37
run: |
38
git add -f nicehtml_transpiler/pkg
39
git commit -m "Deploying build results to new branch"
40
- git push origin built
+ git push -f origin built
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments