Skip to content

Commit cf9b1e2

Browse files
Create main.yml
1 parent 5290b25 commit cf9b1e2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/main.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Testing the GitHub pages Publication
2+
3+
on:
4+
schedule:
5+
- cron: '*/60 0 * * *'
6+
push:
7+
branch:
8+
- master
9+
10+
jobs:
11+
jekyll:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: actions/cache@v2
16+
with:
17+
path: vendor/bundle
18+
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
19+
restore-keys: |
20+
${{ runner.os }}-gems-
21+
- uses: helaili/jekyll-action@v2
22+
with:
23+
token: ${{ secrets.JEKYLL_PAT }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy