Skip to content

Commit 8ab5528

Browse files
committed
bump peaceiris/actions-gh-pages
1 parent 24f3985 commit 8ab5528

8 files changed

Lines changed: 12 additions & 7 deletions

File tree

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: yardang build
4646

47-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
47+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4848
with:
4949
publish_branch: gh-pages
5050
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- run: yardang build
4747

48-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
48+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4949
with:
5050
publish_branch: gh-pages
5151
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: yardang build
4646

47-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
47+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4848
with:
4949
publish_branch: gh-pages
5050
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: yardang build
4646

47-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
47+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4848
with:
4949
publish_branch: gh-pages
5050
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

jupyter/js/package.json.jinja

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@
7373
"mkdirp": "^3.0.1",
7474
"prettier": "^3.8.1",
7575
"rimraf": "^6.1.3"
76+
},
77+
"pnpm": {
78+
"overrides": {
79+
"webpack": "5.105.4"
80+
}
7681
}
7782
}

python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: yardang build
4646

47-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
47+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4848
with:
4949
publish_branch: gh-pages
5050
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: yardang build
4646

47-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
47+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4848
with:
4949
publish_branch: gh-pages
5050
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- run: yardang build
4747

48-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
48+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4949
with:
5050
publish_branch: gh-pages
5151
github_token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

0 commit comments

Comments
 (0)