Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AjinkyaGosavi authored Jan 16, 2025
1 parent 788a551 commit 76f2b7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
npm install
npm run build
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
with:
path: .
# - name: Upload static files as artifact
# id: deployment
# uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
# with:
# path: .

# Deployment job
deploy:
Expand Down

0 comments on commit 76f2b7b

Please sign in to comment.