File tree Expand file tree Collapse file tree 2 files changed +18
-13
lines changed
Expand file tree Collapse file tree 2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 6161 ./arkscript --version
6262 mkdir -p std && mv *.ark std/
6363 ./arkscript --lib ./ tests/all.ark
64-
65- update-docs :
66- runs-on : ubuntu-24.04
67- name : " Update website documentation"
68- needs : [ build ]
69-
70- steps :
71- - name : Create repository dispatch event
72- if : github.ref == 'refs/heads/master'
73- env :
74- GITHUB_TOKEN : ${{ secrets.WEBSITE_PUSH_COMMIT_GITHUB_TOKEN }}
75- run : |
76- gh api repos/ArkScript-lang/website/dispatches --raw-field event_type=my_update_docs
Original file line number Diff line number Diff line change 1+ name : Update docs
2+
3+ on :
4+ push :
5+ branches : [ master ]
6+
7+ jobs :
8+ update-docs :
9+ runs-on : ubuntu-24.04
10+ name : " Update website documentation"
11+
12+ steps :
13+ - name : Create repository dispatch event
14+ if : github.ref == 'refs/heads/master'
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.WEBSITE_PUSH_COMMIT_GITHUB_TOKEN }}
17+ run : |
18+ gh api repos/ArkScript-lang/website/dispatches --raw-field event_type=my_update_docs
You can’t perform that action at this time.
0 commit comments