Skip to content

upload a card for last year's christmas mix #49

upload a card for last year's christmas mix

upload a card for last year's christmas mix #49

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches: [ main ]
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: compile jekyll to gh-pages
uses: helaili/jekyll-action@v2
with:
target_branch: "gh-pages"
token: ${{ secrets.JEKYLL_PAT }}