Skip to content

Commit

Permalink
update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhayes3 committed Aug 25, 2024
1 parent cab517e commit efc4e55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["static"]
branches: ["gh-pages"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
path: "."
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
18 changes: 7 additions & 11 deletions astrowind/src/config.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
site:
name: AstroWind
site: 'https://astrowind.vercel.app'
name: binksjs
site: 'https://jmhayes3.github.io/binksjs'
base: '/'
trailingSlash: false

googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
# googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M

# Default SEO metadata
metadata:
title:
default: AstroWind
template: '%s — AstroWind'
description: "\U0001F680 Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs."
default: Binks
template: '%s — Binks'
description: "\U0001F680 Binks documentation."
robots:
index: true
follow: true
openGraph:
site_name: AstroWind
site_name: Binks
images:
- url: '~/assets/images/default.png'
width: 1200
height: 628
type: website
twitter:
handle: '@onwidget'
site: '@onwidget'
cardType: summary_large_image

i18n:
language: en
Expand Down

0 comments on commit efc4e55

Please sign in to comment.