diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index cdc4936..0d5df55 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -19,8 +19,8 @@ jobs: - name: Build Vuepress Pages run: npm install && npm run build - env: - VUEPRESS_BASE: '/ocelot.social/' + # env: + # VUEPRESS_BASE: '/ocelot.social/' - name: Deploy Vuepress to Github Pages uses: crazy-max/ghaction-github-pages@v4