Skip to content

Commit 35e4cef

Browse files
author
Juan Luna
committed
FIX: change dir in the deploy config file
1 parent 70aeea4 commit 35e4cef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/vuepress-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ jobs:
2020
- name: Build VuePress
2121
run: yarn build
2222

23-
- name: Verify Build Output
24-
run: ls -la .vuepress/dist
25-
2623
- name: Deploy to GitHub Pages
2724
uses: JuanLoLuna/vuepress-deploy@master
2825
env:
2926
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3027
TARGET_REPO: BrainCOGS/braincogs.github.io
3128
TARGET_BRANCH: gh-pages
32-
BUILD_DIR: src/.vuepress/dist
29+
BUILD_DIR: docs/.vuepress/dist

0 commit comments

Comments
 (0)