mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-17 19:44:31 -05:00
test
This commit is contained in:
parent
abd534f9c3
commit
1f1420e008
16
.github/workflows/github-pages.yml
vendored
16
.github/workflows/github-pages.yml
vendored
@ -8,20 +8,16 @@ on:
|
|||||||
- '_data/**'
|
- '_data/**'
|
||||||
- '.github/workflows/twitter.yml'
|
- '.github/workflows/twitter.yml'
|
||||||
|
|
||||||
jobs:
|
# Use GitHub Actions' cache to shorten build times and decrease load on servers
|
||||||
github-pages:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
|
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gems-
|
${{ runner.os }}-gems-
|
||||||
- uses: helaili/jekyll-action@2.0.5 # Choose any one of the Jekyll Actions
|
|
||||||
with:
|
|
||||||
target_branch: 'gh-pages'
|
|
||||||
env:
|
|
||||||
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
|
|
||||||
|
|
||||||
|
# Specify the target branch (optional)
|
||||||
|
- uses: helaili/jekyll-action@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
target_branch: 'gh-pages'
|
Loading…
Reference in New Issue
Block a user