Skip to content

Commit 658fcac

Browse files
committed
test(ci): add contributing via workflow itself and bump version to test trigger web
1 parent a2cbc56 commit 658fcac

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Prepare HTML for link checking
7474
# untitaker/hyperlink supports no site prefixes, move entire site into
7575
# a subfolder
76-
run: mkdir -p /tmp/link-check/poolang && cp -R public/* /tmp/link-check/poolang/
76+
run: mkdir -p /tmp/link-check/poolang && cp -R public/* /tmp/link-check/poolang/ && cp CONTRIBUTING.md /tmp/link-check/poolang/
7777

7878
- name: Check HTML for broken internal links
7979
uses: untitaker/hyperlink@0.1.29

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.10"
3+
version = "0.1.11"
44
edition = "2024"
55
authors = ["Shayy <aungminkhant.shay@gmail.com>"]
66
description = "Tiny interpreted language written in Rust"

oranda.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"build": {
3-
"path_prefix": "poolang",
4-
"additional_pages": {
5-
"Contributing": "./contributing.md"
6-
}
3+
"path_prefix": "poolang"
74
},
85
"styles": {
96
"theme": "axodark"

0 commit comments

Comments
 (0)