diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 28122ea4..882b0212 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -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: