Skip to content

Commit 3c300a2

Browse files
authored
Uncomment deploy section in echo.yml workflow
1 parent 3716abf commit 3c300a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/echo.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
# with:
3333
# path: . # ships your whole site, including wasm/hello.wasm
3434

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
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

0 commit comments

Comments
 (0)