Skip to content

Commit 502d555

Browse files
committed
test(ci): version 0.1.6 and test ci npm publish
1 parent b99f960 commit 502d555

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/web.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
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

@@ -69,7 +69,7 @@ jobs:
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
@@ -78,8 +78,8 @@ jobs:
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.
@@ -96,4 +96,4 @@ jobs:
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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poo"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2024"
55
authors = ["Shayy <aungminkhant.shay@gmail.com>"]
66
description = "Tiny interpreted language written in Rust"

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ npm-scope = "@shayyz-code"
1818
# Path that installers should place binaries in
1919
install-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
2323
install-updater = false

0 commit comments

Comments
 (0)