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