We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c300a2 commit 60a2bb1Copy full SHA for 60a2bb1
.github/workflows/echo.yml
@@ -21,16 +21,15 @@ jobs:
21
- uses: actions/checkout@v4
22
23
- name: Print
24
- run: |
25
- echo 123
+ run: echo "ping"
26
27
# 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
+ - name: Configure Pages
+ uses: actions/configure-pages@v5
+ - name: Upload site artifact
+ uses: actions/upload-pages-artifact@v3
+ with:
+ path: . # ships your whole site, including wasm/hello.wasm
34
35
deploy:
36
needs: build
0 commit comments