Skip to content

Commit 60a2bb1

Browse files
authored
Update echo.yml
1 parent 3c300a2 commit 60a2bb1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/echo.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,15 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Print
24-
run: |
25-
echo 123
24+
run: echo "ping"
2625

2726
# If you use Jekyll, build here; otherwise just ship the repo contents.
28-
#- name: Configure Pages
29-
# uses: actions/configure-pages@v5
30-
# - name: Upload site artifact
31-
# uses: actions/upload-pages-artifact@v3
32-
# with:
33-
# path: . # ships your whole site, including wasm/hello.wasm
27+
- name: Configure Pages
28+
uses: actions/configure-pages@v5
29+
- name: Upload site artifact
30+
uses: actions/upload-pages-artifact@v3
31+
with:
32+
path: . # ships your whole site, including wasm/hello.wasm
3433

3534
deploy:
3635
needs: build

0 commit comments

Comments
 (0)