Skip to content

Merge pull request #17 from megaport/cpuid-dependabot #34

Merge pull request #17 from megaport/cpuid-dependabot

Merge pull request #17 from megaport/cpuid-dependabot #34

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "_docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}