Skip to content

Commit

Permalink
Fix: Fix CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whats2000 committed Dec 8, 2024
1 parent e871b9c commit 03fa177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: vsix-artifact
path: ${{ env.vsix_path }}"
path: ${{ env.vsix_path }}
2 changes: 1 addition & 1 deletion .github/workflows/update_documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4"
uses: actions/deploy-pages@v4

0 comments on commit 03fa177

Please sign in to comment.