Skip to content

Commit

Permalink
Add build and deploy to gh-pages
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <[email protected]>
  • Loading branch information
maxwolfs authored Oct 13, 2024
1 parent 1c46899 commit 04ef1a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Gatsby Publish

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 04ef1a9

Please sign in to comment.