mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-17 11:34:30 -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/**'
|
||||
- '.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
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user