Skip to content

Commit

Permalink
deploy folder change
Browse files Browse the repository at this point in the history
  • Loading branch information
mehatab authored Aug 15, 2022
1 parent 1151540 commit e0e7760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: .next # The folder the action should deploy.
FOLDER: out # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

# next.js
/.next/
/out/

# production
/build
Expand Down

0 comments on commit e0e7760

Please sign in to comment.