This commit is contained in:
⧉ infominer 2022-11-26 20:34:48 -05:00
parent 1f1420e008
commit 6054d3b618
1 changed files with 6 additions and 0 deletions

View File

@ -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: