mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
rc2
This commit is contained in:
parent
7bf96060d0
commit
143a304a00
2 changed files with 3 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -124,14 +124,14 @@ jobs:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: eb79f13320db531d8cf1f3720966b695
|
accountId: eb79f13320db531d8cf1f3720966b695
|
||||||
projectName: doc-websoft9-com
|
projectName: doc-websoft9-com
|
||||||
directory: apphub/apidocs
|
directory: ./websoft9/apphub/apidocs
|
||||||
# Optional: Enable this if you want to have GitHub Deployments triggered
|
# Optional: Enable this if you want to have GitHub Deployments triggered
|
||||||
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Optional: Switch what branch you are publishing to.
|
# Optional: Switch what branch you are publishing to.
|
||||||
# By default this will be the branch which triggered this workflow
|
# By default this will be the branch which triggered this workflow
|
||||||
branch: main
|
branch: main
|
||||||
# Optional: Change the working directory
|
# Optional: Change the working directory
|
||||||
workingDirectory: ./apidocs
|
#workingDirectory: ./apidocs
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
name: Build Github Pages
|
name: Build Github Pages
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.1.12-rc1",
|
"version": "2.1.12-rc2",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.1.1",
|
"portainer": "0.1.1",
|
||||||
"nginx": "0.0.8",
|
"nginx": "0.0.8",
|
||||||
|
|
Loading…
Reference in a new issue