1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Docusaurus small fixes (#23730)

* Updates docusaurus

* Small docs fixes

deploy_docusaurus info messages are changed to
reflect reality

updates a secret to exist

* Go back to the right branch after deploy
This commit is contained in:
Topher Lubaway
2023-03-03 12:44:00 -06:00
committed by GitHub
parent 1b2b0392ef
commit d2fbd8ce02
4 changed files with 2512 additions and 1886 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Run Docusaurus
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT_APPROVINGTON_OCTAVIA }}
run: |-
export SKIP_DEPLOY="yes"
if [ "${{github.event_name}}" = 'push' -o "${{github.event_name}}" = 'workflow_dispatch' -o "${{github.event.pull_request.merged}}" = 'true' ]; then

View File

@@ -9,7 +9,7 @@ const config = {
title: 'Airbyte Documentation',
tagline:
'Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.',
url: 'https://docs.airbyte.com',
url: 'https://docs.airbyte.com/',
// Assumed relative path. If you are using airbytehq.github.io use /
// anything else should match the repo name
baseUrl: '/',

File diff suppressed because it is too large Load Diff

View File

@@ -32,11 +32,8 @@ fi
# ------------- Start Main
set +o xtrace
echo -e "$blue_text""This script pushes changes (somewhat pointlessly) to ""$default_text"
echo -e "$blue_text""This script pushes changes to ""$default_text"
echo -e "$blue_text""airbyte's gh_pages branch\n""$default_text"
echo -e "$blue_text""It also actually deploys by copying those assets to""$default_text"
echo -e "$blue_text""the repo airbytehq/airbytehq.github.io\n\n""$default_text"
echo -e "$blue_text""Current path:""$default_text"
pwd
@@ -138,6 +135,7 @@ git push
# non functional. for debugging
git rev-parse --abbrev-ref HEAD
git co -
set +o xtrace
echo -e "$blue_text""Script exiting 0 GREAT SUCCESS!!!?""$default_text"