Skip to content

Commit

Permalink
Fix branch name and GH actions (#196)
Browse files Browse the repository at this point in the history
modified:   .github/workflows/main.yml
	modified:   mkdocs-base.yml
  • Loading branch information
alina-derkach-oaza authored Nov 2, 2023
1 parent b841cc5 commit aff83e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Percona XtraBackup 8.1 docs
on:
push:
branches:
- inno-release
- innovation-release
jobs:
build:
name: Deploy docs
Expand Down Expand Up @@ -44,9 +44,9 @@ jobs:
# Deploy docs
- name: Deploy docs
run: |
mike deploy inno-release -b publish -p
mike set-default inno-release -b publish -p
mike retitle inno-release "8.1 (LATEST)" -b publish -p
mike deploy innovation-release -b publish -p
mike set-default innovation-release -b publish -p
mike retitle innovation-release "8.1 (LATEST)" -b publish -p
# - name: Install Node.js 14.x
# uses: percona-platform/setup-node@v2
# with:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ copyright: Percona LLC, © 2023

repo_name: percona/pxb-docs
repo_url: https://github.com/percona/pxb-docs
edit_uri: edit/inno-release/docs/
edit_uri: edit/innovation-release/docs/

use_directory_urls: false

Expand Down

0 comments on commit aff83e1

Please sign in to comment.