Skip to content

Commit

Permalink
Fix build output directory in workflow (#46)
Browse files Browse the repository at this point in the history
* build(*): Migrate to SvelteKit-4 | Update Build

* build(ci.yml): Add develop branch to test in PRs

* build(ci): Update build server command

BREAKING CHANGE: Build & deploy process

* refactor(footer): Remove link to Galileo

Since Galileo is supposed to be a route, build it separately

Temporarily

* build(ci): change cd build command

* chore: Remove trailing logo.svg

* Update ci.yml

Add PAT mention for gh pages

* Update ci.yml

Add write permisssion to ci script

* Update ci.yml

* Update ci.yml

Add deploy key instead of PAT

* build(ci.yml): Replace output folder with build
  • Loading branch information
git-pi-e committed Aug 29, 2024
1 parent 4c90975 commit c488f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- develop
permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -32,5 +32,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
branch: gh-pages
folder: .svelte-kit/output
folder: build
ssh-key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}

0 comments on commit c488f2a

Please sign in to comment.