File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 # tab for your repo to see this one running (the gh-pages deploy will also
4444 # only show up there).
4545 workflow_run :
46- workflows : [ "Release" ]
46+ workflows : ["Release"]
4747 types :
4848 - completed
4949
6969 run : |
7070 curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh
7171 oranda build
72-
72+
7373 - name : Prepare HTML for link checking
7474 # untitaker/hyperlink supports no site prefixes, move entire site into
7575 # a subfolder
7878 - name : Check HTML for broken internal links
7979 uses : untitaker/hyperlink@0.1.29
8080 with :
81- args : /tmp/public/
82-
81+ args : /tmp/public/oranda/
82+
8383 # Deploy to our gh-pages branch (creating it if it doesn't exist).
8484 # The "public" dir that oranda made above will become the root dir
8585 # of this branch.
9696 # Gotta tell the action where to find oranda's output
9797 folder : public
9898 token : ${{ secrets.GITHUB_TOKEN }}
99- single-commit : true
99+ single-commit : true
Original file line number Diff line number Diff line change 11[package ]
22name = " poo"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44edition = " 2024"
55authors = [" Shayy <aungminkhant.shay@gmail.com>" ]
66description = " Tiny interpreted language written in Rust"
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ npm-scope = "@shayyz-code"
1818# Path that installers should place binaries in
1919install-path = " CARGO_HOME"
2020# Publish jobs to run in CI
21- publish-jobs = [" homebrew" ]
21+ publish-jobs = [" homebrew" , " npm " ]
2222# Whether to install an updater program
2323install-updater = false
You can’t perform that action at this time.
0 commit comments