Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
ttamx committed May 10, 2024
1 parent 424b7ba commit 58a1243
Show file tree
Hide file tree
Showing 19,130 changed files with 59 additions and 3,935,397 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
38 changes: 38 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository with git
uses: actions/checkout@v3
- name: Set up PNPM
uses: pnpm/action-setup@v2
with:
version: 8.2.0
- name: Install, build, and upload site
uses: withastro/action@v0
with:
node-version: 16
package-manager: pnpm
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.development.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# build output
dist/

# generated types
.astro/

# dependencies
# node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store
17 changes: 0 additions & 17 deletions node_modules/.bin/astro

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/prettier

This file was deleted.

Loading

0 comments on commit 58a1243

Please sign in to comment.