mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-03-29 02:18:05 -04: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…
x
Reference in New Issue
Block a user