Skip to content

Add workflow to set docs publishing properties #1

Add workflow to set docs publishing properties

Add workflow to set docs publishing properties #1

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'