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 b5a3821 commit ae11bb1Copy full SHA for ae11bb1
.github/workflows/ayab-esp32-documentation.yml
@@ -64,7 +64,7 @@ jobs:
64
git config --global user.name "robot"
65
git add ${workflow_project_dir}/Reference/*
66
git commit -m "Add design file PDFs to repo [skip ci]"
67
- git push -u origin main
+ git push
68
69
- name: Archive artifacts
70
uses: actions/upload-artifact@v4
.github/workflows/ayab-shield-documentation.yml
@@ -64,8 +64,8 @@ jobs:
git commit -m "Add reference materials to repo [skip ci]"
-
+
71
if: always()
0 commit comments