diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index d12db40..955e15b 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -2,21 +2,11 @@ name: publish-docs on: workflow_dispatch: - inputs: - ver: - description: 'The version number, should be specified as a semantic version e.g: X.Y.Z' - required: true - + jobs: build: runs-on: ubuntu-latest - env: - PUBLISH_URL: ${{ vars.PUBLISH_URL }} - PUBLISH_USERNAME: ${{ vars.PUBLISH_USERNAME }} - PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }} - PUBLISH_VERSION: ${{ inputs.ver }} - steps: - name: Checkout repository uses: actions/checkout@v3