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 70aeea4 commit 35e4cefCopy full SHA for 35e4cef
.github/workflows/vuepress-deploy.yml
@@ -20,13 +20,10 @@ jobs:
20
- name: Build VuePress
21
run: yarn build
22
23
- - name: Verify Build Output
24
- run: ls -la .vuepress/dist
25
-
26
- name: Deploy to GitHub Pages
27
uses: JuanLoLuna/vuepress-deploy@master
28
env:
29
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
30
TARGET_REPO: BrainCOGS/braincogs.github.io
31
TARGET_BRANCH: gh-pages
32
- BUILD_DIR: src/.vuepress/dist
+ BUILD_DIR: docs/.vuepress/dist
0 commit comments