diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47bf88e4..e01819a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,14 +124,14 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: eb79f13320db531d8cf1f3720966b695 projectName: doc-websoft9-com - directory: apphub/apidocs + directory: ./websoft9/apphub/apidocs # Optional: Enable this if you want to have GitHub Deployments triggered gitHubToken: ${{ secrets.GITHUB_TOKEN }} # Optional: Switch what branch you are publishing to. # By default this will be the branch which triggered this workflow branch: main # Optional: Change the working directory - workingDirectory: ./apidocs + #workingDirectory: ./apidocs pages: name: Build Github Pages diff --git a/version.json b/version.json index e85ee311..716ff31a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.12-rc1", + "version": "2.1.12-rc2", "plugins": { "portainer": "0.1.1", "nginx": "0.0.8",