Fix people directive plugin and clean up configuration #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: [push] | |
| jobs: | |
| nikola_build: | |
| runs-on: ubuntu-latest | |
| name: 'Deploy Nikola to GitHub Pages' | |
| steps: | |
| - name: Check out | |
| uses: actions/checkout@v2 | |
| - name: Build and Deploy Nikola | |
| uses: getnikola/nikola-action@v2 |