ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock 241356eeb3
Some checks failed
/ jekyll (push) Failing after 26s
[Actions] Fidgeting
2024-02-26 20:32:17 -05:00

18 lines
411 B
YAML

on: [push]
jobs:
jekyll:
runs-on: docker
container:
image: jekyll/builder:latest
steps:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}
ls ${{ pwd }}
cd ${{ github.workspace }}
- name: Update Gems
run: bundle update
- name: Build Site
run: jekyll build
- run: |
ls ${{ github.workspace }}