Skip to content

Commit

Permalink
Update publish_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Jan 14, 2024
1 parent 27c661a commit 15308e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
python -m pip install --upgrade pip
pip install requests
npm install
- name: Download Common Config
run: |
curl -o docs/.vuepress/public/commonConfig.js https://www.theengs.io/commonConfig.js
- name: Build documentation
run: |
npm run docs:build
Expand All @@ -30,4 +33,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vuepress/dist
cname: tplug01.theengs.io
cname: tplug01.theengs.io

0 comments on commit 15308e6

Please sign in to comment.