Skip to content

Commit 59f5fbb

Browse files
authored
Update jscanvas.yml
1 parent 9691cb2 commit 59f5fbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/js-canvas.yml renamed to .github/workflows/jscanvas.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Build Js Canvas Page
2+
name: Build JsCanvas Page
33

44
on:
55
# Only run this workflow manually from the Actions tab
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
repository: miuix-kotlin-multiplatform/miuix
2828
ref: main
29+
fetch-depth: 0
2930
- name: Set up JDK
3031
uses: actions/setup-java@v4
3132
with:
@@ -52,4 +53,4 @@ jobs:
5253
steps:
5354
- name: Deploy to GitHub Pages
5455
id: deployment
55-
uses: actions/deploy-pages@v4
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)