Skip to content

Commit

Permalink
Merge pull request #4066 from hhunter-ms/issue_3965_v1.14
Browse files Browse the repository at this point in the history
[Endgame] Update 1.14 config.toml
  • Loading branch information
hhunter-ms authored Mar 4, 2024
2 parents a4dfdaf + 50af955 commit 03e46ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Azure Static Web App v1.13
name: Azure Static Web App v1.14

on:
push:
branches:
- v1.13
- v1.14
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- v1.13
- v1.14

jobs:
build_and_deploy_job:
Expand All @@ -28,7 +28,7 @@ jobs:
HUGO_ENV: production
HUGO_VERSION: "0.100.2"
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_13 }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_14 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
skip_deploy_on_missing_secrets: true
action: "upload"
Expand All @@ -49,6 +49,6 @@ jobs:
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_13 }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_14 }}
skip_deploy_on_missing_secrets: true
action: "close"
15 changes: 9 additions & 6 deletions daprdocs/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Site Configuration
baseURL = "https://v1-13.docs.dapr.io"
baseURL = "https://v1-14.docs.dapr.io"
title = "Dapr Docs"
theme = "docsy"
disableFastRender = true
Expand Down Expand Up @@ -180,19 +180,22 @@ offlineSearch = false
github_repo = "https://github.com/dapr/docs"
github_project_repo = "https://github.com/dapr/dapr"
github_subdir = "daprdocs"
github_branch = "v1.12"
github_branch = "v1.14"

# Versioning
version_menu = "v1.13 (preview)"
version = "v1.13"
version_menu = "v1.14 (preview)"
version = "v1.14"
archived_version = false
url_latest_version = "https://docs.dapr.io"

[[params.versions]]
version = "v1.13 (preview)"
version = "v1.14 (preview)"
url = "#"
[[params.versions]]
version = "v1.12 (latest)"
version = "v1.13 (latest)"
url = "https://docs.dapr.io"
[[params.versions]]
version = "v1.12"
url = "https://docs.dapr.io"
[[params.versions]]
version = "v1.11"
Expand Down

0 comments on commit 03e46ef

Please sign in to comment.