Skip to content

Commit

Permalink
flow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 18, 2024
1 parent f15ea8f commit 4dbe50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./hawkjs-dist
path: ./dist

# Deployment job
deploy:
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ module.exports = {
},
basePath: "",
output: "export",
distDir: "dist",
};

0 comments on commit 4dbe50a

Please sign in to comment.