We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1fe76 commit 7a8d403Copy full SHA for 7a8d403
2 files changed
.github/workflows/receive-ista-docs.yml
@@ -22,13 +22,13 @@ jobs:
22
repo: JDRomano2/ista
23
workflow: build-docs.yml
24
name: ista-docs
25
- path: software/ista
+ path: public/software/ista
26
workflow_conclusion: success
27
28
- name: Commit and push
29
run: |
30
git config --local user.email "github-actions[bot]@users.noreply.github.com"
31
git config --local user.name "github-actions[bot]"
32
- git add software/ista
+ git add public/software/ista
33
git diff --staged --quiet || git commit -m "Update ista documentation"
34
git push
software/ista/.gitkeep
0 commit comments