mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-08-24 22:09:31 -04:00
add job
This commit is contained in:
parent
1f1420e008
commit
6054d3b618
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue