Skip to content

📝 Update Rest API following 4.1.0 and 4.2.0 releases (#3) #3

📝 Update Rest API following 4.1.0 and 4.2.0 releases (#3)

📝 Update Rest API following 4.1.0 and 4.2.0 releases (#3) #3

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to Github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .