Skip to content

Commit

Permalink
fix gh pages (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs authored Apr 29, 2023
2 parents 9bcb89b + 3dfb757 commit 2bdf667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
key: ${{ hashFiles('deno.lock') }}

- name: Build svelte for GH
run: deno run -A src/build.ts --site=src/_site --base=mononykus
run: deno task build --base=mononykus

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: src/_site/build
path: build

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 2bdf667

Please sign in to comment.