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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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