Skip to content

Commit

Permalink
quick-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evanharmon1 committed Aug 13, 2024
1 parent 5362cf6 commit b158822
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 42 deletions.
13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

50 changes: 25 additions & 25 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
name: Github Pages Astro CI
# name: Github Pages Astro CI

on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
# on:
# # Trigger the workflow every time you push to the `main` branch
# # Using a different branch name? Replace `main` with your branch’s name
# push:
# branches: [main]
# # Allows you to run this workflow manually from the Actions tab on GitHub.
# workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write
# # Allow this job to clone the repo and create a page deployment
# permissions:
# contents: read
# pages: write
# id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
package-manager: pnpm
node-version: 20
path: . # The root location of your Astro project inside the repository. (optional)
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout your repository using git
# uses: actions/checkout@v4
# - name: Install, build, and upload your site
# uses: withastro/action@v2
# with:
# package-manager: pnpm
# node-version: 20
# path: . # The root location of your Astro project inside the repository. (optional)

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "hello-astro",
"name": "sommer-lawn",
"description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
"version": "4.0.0",
"version": "2.0.0",
"engines": {
"node": "20.x"
"node": "20.x"
},
"packageManager": "pnpm@9.0.0",
"packageManager": "pnpm@9.7.0",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
Expand Down

0 comments on commit b158822

Please sign in to comment.