Skip to content

Commit

Permalink
fix(GitHubActions): 🚧 folder dist/personal-web to dist/personal-web/b…
Browse files Browse the repository at this point in the history
…rowser
  • Loading branch information
juamber-rgs committed Jan 29, 2024
1 parent 80351bb commit 2b12442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist/personal-web # The folder the action should deploy.
folder: dist/personal-web/browser # The folder the action should deploy.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"InputTranslations",
"Styles",
"Classes",
"SSR"
"SSR",
"GitHubActions"
],
"cSpell.words": [
"cascadeselect",
Expand Down

0 comments on commit 2b12442

Please sign in to comment.