mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-17 19:44:31 -05:00
add job
This commit is contained in:
parent
1f1420e008
commit
6054d3b618
6
.github/workflows/github-pages.yml
vendored
6
.github/workflows/github-pages.yml
vendored
@ -8,6 +8,12 @@ on:
|
|||||||
- '_data/**'
|
- '_data/**'
|
||||||
- '.github/workflows/twitter.yml'
|
- '.github/workflows/twitter.yml'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
jekyll:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# Use GitHub Actions' cache to shorten build times and decrease load on servers
|
# Use GitHub Actions' cache to shorten build times and decrease load on servers
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user