Skip to content

Commit

Permalink
remove out from gitignore :o
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaloszer committed Nov 3, 2024
1 parent b1ab751 commit d9cc43d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: out
path: ./out

deploy:
environment:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

# next.js
/.next/
/out/

# production
/build
Expand Down

0 comments on commit d9cc43d

Please sign in to comment.