Skip to content

Commit

Permalink
Deploy with .nojekyll file so the _astro static assets folder is …
Browse files Browse the repository at this point in the history
…deployed alongside the site
  • Loading branch information
askoufis committed Jul 30, 2023
1 parent 737cc18 commit 0ee7fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: pnpm build:site

- name: Deploy site
run: pnpm run deploy:site
run: touch ./dist/.nojekyll && pnpm run deploy:site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions site/scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const publishConfig = {
name: 'github-actions[bot]',
email: 'github-actions[bot]@users.noreply.github.com',
},
dotfiles: true,
};

type PublishCallback = Parameters<typeof publish>[2];
Expand Down

0 comments on commit 0ee7fad

Please sign in to comment.