Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Jan 28, 2024
1 parent c58751a commit 4236448
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4236448

Please sign in to comment.