From f637bcfabd36515282b01ed114f5c31207045c07 Mon Sep 17 00:00:00 2001 From: Andrew Banchich <13824577+andrewbanchich@users.noreply.github.com> Date: Fri, 26 Mar 2021 21:38:20 -0400 Subject: [PATCH] Create dry-run.yml --- .github/workflows/dry-run.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dry-run.yml diff --git a/.github/workflows/dry-run.yml b/.github/workflows/dry-run.yml new file mode 100644 index 0000000..6f5c343 --- /dev/null +++ b/.github/workflows/dry-run.yml @@ -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