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:
2
.github/workflows/deploy-docs-site.yml
vendored
2
.github/workflows/deploy-docs-site.yml
vendored
@@ -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
|
||||
|
||||
@@ -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: '/',
|
||||
|
||||
4388
docusaurus/yarn.lock
4388
docusaurus/yarn.lock
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user