Skip to content

Commit

Permalink
Add workflow to set docs publishing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 21, 2024
0 parents commit fd5fc49
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/set-docs-publishing-properties.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Set Docs Publishing Properties
on: push
jobs:
set-properties:
name: Set Properties
runs-on: ubuntu-latest
steps:
- name: Set up JFrog CLI
uses: jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1
env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Set Properties
run: jfrog rt set-props --build spring-restdocs-3.0.2 '**/spring-restdocs-3.0.2-docs.zip' 'zip.type=docs;zip.deployed=false'

0 comments on commit fd5fc49

Please sign in to comment.