1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00
Files
devol.it/.github/workflows/dry-run.yml
Andrew Banchich f637bcfabd Create dry-run.yml
2021-03-26 21:38:20 -04:00

15 lines
241 B
YAML

name: Deploy to GitHub Pages
on:
pull_request:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@2.0.5
build_only: true