Skip to content

Commit 623b7df

Browse files
committed
.
Signed-off-by: dopaemon <polarisdp@gmail.com>
1 parent 8fffe72 commit 623b7df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/renew.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
deploy:
9+
build:
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
path: ./
2020

21-
gh-pages:
21+
deploy:
2222
runs-on: ubuntu-latest
2323
needs: build
2424

@@ -29,7 +29,7 @@ jobs:
2929

3030
environment:
3131
name: github-pages
32-
url: ${\{ steps.deployment.outputs.page_url }}
32+
url: ${{ steps.deployment.outputs.page_url }}
3333

3434
steps:
3535
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)