Skip to content

Docs_deploy

Docs_deploy #1

Workflow file for this run

# creates a release from master
# builds docs, pushes to docker hub and updates docs server
name: Docs_deploy
on:
workflow_dispatch:
inputs:
version:
description: "new version number"
required: true
jobs:
release:
uses: gravitl/netmaker-devops/.github/workflows/deploydocs.yml@master

Check failure on line 16 in .github/workflows/docsdeploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docsdeploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docsdeploy.yml" -> "gravitl/netmaker-devops/.github/workflows/deploydocs.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
version: ${{ inputs.version }}
secrets: inherit