We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f693e commit 6c1c6fcCopy full SHA for 6c1c6fc
1 file changed
.github/workflows/auto_publish.yml
@@ -38,5 +38,5 @@ jobs:
38
env:
39
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
run: |
41
- ls
42
- python scripts/auto_push.py
+ ls scripts
+ python scripts/auto_push2live.py
0 commit comments