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 3716abf commit 3c300a2Copy full SHA for 3c300a2
.github/workflows/echo.yml
@@ -32,12 +32,12 @@ jobs:
32
# with:
33
# path: . # ships your whole site, including wasm/hello.wasm
34
35
-# deploy:
36
-# needs: build
37
-# runs-on: ubuntu-latest
38
-# environment:
39
-# name: github-pages
40
-# url: ${{ steps.deployment.outputs.page_url }}
41
-# steps:
42
-# - id: deployment
43
-# uses: actions/deploy-pages@v4
+ deploy:
+ needs: build
+ runs-on: ubuntu-latest
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ steps:
+ - id: deployment
+ uses: actions/deploy-pages@v4
0 commit comments