2 Commits

Author SHA1 Message Date
Abin Simon
d4881d1cf0
Fix up website linting CI job (#17)
* Fix up internal links

* Don't show warnings or suggestions

We never really looked at it, we only took the errors into account. It
was just making finding the errors harder.

---------

Co-authored-by: ashmrtn <3891298+ashmrtn@users.noreply.github.com>
2024-02-09 01:15:26 +00:00
Abin Simon
a5ad6e6788
Rework CI to handle combined website and docs (#1568)
## Description

This reworks CI now that we have merged docs and website into a single deployment.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* Fixes https://github.com/alcionai/corso/issues/1551

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-12-01 16:50:04 +00:00