Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
TathanDev authored Jun 2, 2024
1 parent c3bb4a4 commit e558d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
path: .vitepress/dist

# Deployment job
deploy:
@@ -61,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit e558d69

Please sign in to comment.