mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-03 03:49:36 +01:00
Create dry-run.yml
This commit is contained in:
parent
d66520f6a7
commit
f637bcfabd
14
.github/workflows/dry-run.yml
vendored
Normal file
14
.github/workflows/dry-run.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user