Skip to content

Commit

Permalink
Create github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Annielytix authored Nov 4, 2024
1 parent 02c6310 commit 6c53253
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: South Region Reusable Assets

on:
push:
branches: [ gh-pages ]

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2 # Not needed with a .ruby-version file
bundler-cache: true
- run: bundle exec jekyll build
- name: Deploy site
with:
build-dir: _site
uses: MSUSAzureAccelerators/SouthReusableAssets/deploy_jamstack_action@gh-pages

0 comments on commit 6c53253

Please sign in to comment.