Skip to content

Commit a93d454

Browse files
committed
Add CNAME to pages deploy
1 parent d9314c5 commit a93d454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/pages.build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
env:
1616
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
BUILD_SCRIPT: npm i && npm run build
18-
BUILD_DIR: .vuepress/dist/
18+
BUILD_DIR: .vuepress/dist/
19+
CNAME: www.wbstack.com

0 commit comments

Comments
 (0)