Skip to content

Commit 9bdac66

Browse files
committed
chore: change url
1 parent b0dde2f commit 9bdac66

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run build
4343

4444
- name: Install Pandoc
45-
uses: pandoc/actions/setup@v1 # 安装最新 Pandoc;可以指定 version: 'latest' 或具体版本如 '3.1.1'
45+
uses: pandoc/actions/setup@v1
4646

4747
- name: Create assets directory if not exists
4848
run: mkdir -p web/assets
@@ -61,10 +61,10 @@ jobs:
6161

6262
deploy:
6363
runs-on: ubuntu-latest
64-
needs: build # 依赖 build 作业
64+
needs: build
6565
environment:
66-
name: github-pages # Pages 环境
67-
url: ${{ steps.deployment.outputs.page_url }} # 可选:输出 URL
66+
name: github-pages
67+
url: https://enc.is-a.dev/python-cheatsheet
6868

6969
steps:
7070
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)