From 15308e6d8e8033d1a86ce3b517c776d0b8986434 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 14 Jan 2024 15:23:42 -0600 Subject: [PATCH] Update publish_docs.yml --- .github/workflows/publish_docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index c800748..d2d2b72 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -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 @@ -30,4 +33,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/.vuepress/dist - cname: tplug01.theengs.io \ No newline at end of file + cname: tplug01.theengs.io