There was an error while loading. Please reload this page.
1 parent 8fffe72 commit 623b7dfCopy full SHA for 623b7df
1 file changed
.github/workflows/renew.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- deploy:
+ build:
10
runs-on: ubuntu-latest
11
12
steps:
@@ -18,7 +18,7 @@ jobs:
18
with:
19
path: ./
20
21
- gh-pages:
+ deploy:
22
23
needs: build
24
@@ -29,7 +29,7 @@ jobs:
29
30
environment:
31
name: github-pages
32
- url: ${\{ steps.deployment.outputs.page_url }}
+ url: ${{ steps.deployment.outputs.page_url }}
33
34
35
- name: Deploy to GitHub Pages
0 commit comments