Publications: Add two papers and unify Usenix Security references #167
Workflow file for this run
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
| name: CI | |
| on: [push, pull_request] | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| uses: mhils/workflows/.github/workflows/gh-pages-hugo.yml@v8 | |
| with: | |
| deploy: false | |
| working-directory: src | |
| permissions: | |
| contents: read | |
| id-token: write | |
| pages: write | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - run: | | |
| wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
| sudo mv jq-linux64 /usr/local/bin/jq | |
| - run: ./ci.sh |