1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Commit Graph

12 Commits

Author SHA1 Message Date
Taras Korenko
a9a2bd4da0 Simplify the OSS documentation deploy system (#2670) (#18436)
+ Updates tools/bin/deploy_docusaurus to work on Github Runners
+ Adds 'Deploy docs.airbyte.com' Github workflow
2022-10-27 18:56:06 +03:00
Topher Lubaway
9c46e5a560 Fixes relative links above docs to be URIs (#17850)
also adds a missing exit 1 to deploy docs
when the deploy SHOULD fail
2022-10-11 11:36:33 -05:00
Topher Lubaway
2a28509463 Fixes broken links so we can deploy again (#14075)
also adds better error message for when this happens to others
2022-06-23 09:02:01 -05:00
Topher Lubaway
2119f4d3a2 docs deploy command works in more cases (#12622)
if the user has more than one page of branches
they will be prompted in less
this fixes that
2022-05-05 15:18:39 -05:00
Topher Lubaway
cc24c5dda3 Adds error message for missing homebrew (#12547)
tested by Brian locally
2022-05-04 09:05:28 -05:00
Topher Lubaway
1413aca478 Toph deploy docs ssh repo check (#12323)
* Check for ssh github repo

because assumptions mostly.
more clear fail messages for an unsupported workflow
also removes the pipeline which now is redundant with local workflow

* WIP1

* working test

* More clear git test

* less weird characters for grep

* remove verbose for excho
2022-04-27 10:26:35 -05:00
Topher Lubaway
f065d361b1 Toph docs pipeline fixes bugs n gitbook (#12114)
* WIP

* WIP2

* WIP3

* Remove comment/better comments

* Remote deployment updates

* Adds GH user for yarn deploy

* WIP 6

* WIP7

* WIP8

* WIP 10

* Working easy from home

not so much in the cloud
2022-04-19 14:49:04 -05:00
Topher Lubaway
e615b2faaa Addreses another docs build error (#12084)
* Addreses another docs build error

* Remove two typos

* Adds a test pattern

* Another stab

* More test

* Removing pipeline until more testing

docusaurus deploy isn't into automation
2022-04-15 15:37:51 -05:00
Topher Lubaway
d6b6e4b065 Addressing docusaurus deploy (#12083)
error is unclear and only happens in cloud
2022-04-15 14:43:13 -05:00
Topher Lubaway
ff7b2eecf5 Specifies a git user to address build error (#12082)
error:
[INFO] Deploy command invoked...
Error:  Error: Please set the GIT_USER environment variable,
or explicitly specify USE_SSH instead!
2022-04-15 14:16:32 -05:00
Topher Lubaway
8f6acc72be Cloud's version of which doesn't support -s (#12080)
so we removed -s and sent the output to the dark place
2022-04-15 14:02:16 -05:00
Topher Lubaway
6dd1daf6a0 Toph docs deployment workflow (#11991)
* Adds deploy docusaurus command

(won't work yet. commit for testing)

not force pushing

* Adds GH token workflow for GH actions

* Small comment changes

* Adds branch name to push

* adds gh switch

* Commit for clear dir for testing

* Addresses comments by adding comments
2022-04-15 13:32:55 -05:00