1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00

Create dry-run.yml

This commit is contained in:
Andrew Banchich
2021-03-26 21:38:20 -04:00
committed by GitHub
parent d66520f6a7
commit f637bcfabd

14
.github/workflows/dry-run.yml vendored Normal file
View File

@ -0,0 +1,14 @@
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