Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FotieMConstant authored Sep 22, 2024
1 parent 9775678 commit a336afe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: |
cd docs-beta
npm run build
mkdir -p ../docs-beta
mv dist/* ../docs-beta/ # Move build output to the new folder
- name: Deploy to Vercel
uses: amondnet/vercel-action@v20
Expand All @@ -55,5 +57,5 @@ jobs:
vercel-username: ${{ secrets.VERCEL_USERNAME }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
working-directory: docs-beta
working-directory: ../docs-beta # Set working directory to the new folder
production: true

0 comments on commit a336afe

Please sign in to comment.