diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml new file mode 100644 index 00000000..fe78a54e --- /dev/null +++ b/.github/workflows/publish-docs.yaml @@ -0,0 +1,15 @@ +name: Publish Docs + +on: + workflow_dispatch: + +jobs: + docs: + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@master + with: + persist-credentials: false + fetch-depth: 0 + ref: yamldoc # temporary