Skip to content

Merge pull request #48 from vantage-sh/vpc-flow-logs #18

Merge pull request #48 from vantage-sh/vpc-flow-logs

Merge pull request #48 from vantage-sh/vpc-flow-logs #18

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}