We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c35f2c commit 6f217c2Copy full SHA for 6f217c2
.github/workflows/docs-preview.yml
@@ -50,10 +50,6 @@ jobs:
50
- 'docSite/content/docs/**'
51
base: main
52
53
- - name: Add cdn for images
54
- run: |
55
- sed -i "s#\](/imgs/#\](https://cdn.jsdelivr.net/gh/yangchuansheng/fastgpt-imgs@main/imgs/#g" $(grep -rl "\](/imgs/" docSite/content/zh-cn/docs)
56
-
57
# Step 3 - Install Hugo (specific version)
58
- name: Install Hugo
59
uses: peaceiris/actions-hugo@v2
@@ -65,9 +61,6 @@ jobs:
65
61
- name: Build
66
62
run: cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
67
63
68
- - name: Test
69
- run: ls ./docSite/public
70
71
64
# Step 5 - Push our generated site to Cloudflare
72
- name: Deploy to Cloudflare Pages
73
id: deploy
0 commit comments