Skip to content

Commit

Permalink
Debugging Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Nov 24, 2024
1 parent b31af58 commit 2b8cc1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run:
working-directory: docs
steps:
- run: echo pwd
- run: pwd
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -29,12 +29,14 @@ jobs:
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install Dependencies
run: npm ci
- name: Build Dist
run: npm ci && npm run build
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
path: .vitepress/dist
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 2b8cc1a

Please sign in to comment.