We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit fd5fc49Copy full SHA for fd5fc49
.github/workflows/set-docs-publishing-properties.yml
@@ -0,0 +1,13 @@
1
+name: Set Docs Publishing Properties
2
+on: push
3
+jobs:
4
+ set-properties:
5
+ name: Set Properties
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Set up JFrog CLI
9
+ uses: jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1
10
+ env:
11
+ JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
12
+ - name: Set Properties
13
+ 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 commit comments