Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- development

jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
contents: read
pages: write
Expand All @@ -33,4 +36,5 @@ jobs:
path: ./dist

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ pnpm-debug.log*

# jetbrains setting folder
.idea/

# Vercel build artifacts
.vercel/
1 change: 0 additions & 1 deletion .vercel/output/_functions/_@astrojs-ssr-adapter.mjs

This file was deleted.

18 changes: 0 additions & 18 deletions .vercel/output/_functions/_astro-internal_middleware.mjs

This file was deleted.

43 changes: 0 additions & 43 deletions .vercel/output/_functions/chunks/BaseLayout_CRo5-Q8Q.mjs

This file was deleted.

17 changes: 0 additions & 17 deletions .vercel/output/_functions/chunks/SignupForm_DXiTqlCO.mjs

This file was deleted.

Loading
Loading