Skip to content

Update Readme.

Update Readme. #45

Workflow file for this run

name: Workflow for categories and tags.
on: [push]
jobs:
runMultipleCommands:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
bash deploy-jekyll.bash -xe
- run: echo "Deploy done."