We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dde2f commit 9bdac66Copy full SHA for 9bdac66
1 file changed
.github/workflows/github-pages.yml
@@ -42,7 +42,7 @@ jobs:
42
run: npm run build
43
44
- name: Install Pandoc
45
- uses: pandoc/actions/setup@v1 # 安装最新 Pandoc;可以指定 version: 'latest' 或具体版本如 '3.1.1'
+ uses: pandoc/actions/setup@v1
46
47
- name: Create assets directory if not exists
48
run: mkdir -p web/assets
@@ -61,10 +61,10 @@ jobs:
61
62
deploy:
63
runs-on: ubuntu-latest
64
- needs: build # 依赖 build 作业
+ needs: build
65
environment:
66
- name: github-pages # Pages 环境
67
- url: ${{ steps.deployment.outputs.page_url }} # 可选:输出 URL
+ name: github-pages
+ url: https://enc.is-a.dev/python-cheatsheet
68
69
steps:
70
- name: Deploy to GitHub Pages
0 commit comments