Skip to content

FoamValue is testing out GitHub Actions πŸš€ #1

FoamValue is testing out GitHub Actions πŸš€

FoamValue is testing out GitHub Actions πŸš€ #1

name: Build and Deploy
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-last
steps:
- name: Checkout
uses: actions/checkout@3
- name: Install and Build
run: |
jekyll build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
branch: gh-pages
folder: _site