chore: github actions should use versions from docs/requirements.txt while building docs (#5460)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
Alexander Matyushentsev 2021-02-08 13:57:55 -08:00 committed by GitHub
parent b8adbf0818
commit 685f15b695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -19,9 +19,8 @@ jobs:
python-version: 3.x
- name: build
run: |
pip install mkdocs==1.0.4 mkdocs_material==4.1.1
pip install -r docs/requirements.txt
mkdocs build
mkdir ./site/.circleci && echo '{version: 2, jobs: {build: {branches: {ignore: gh-pages}}}}' > ./site/.circleci/config.yml
- name: deploy
if: ${{ github.event_name == 'push' }}
uses: peaceiris/actions-gh-pages@v2.5.0

View file

@ -2,7 +2,7 @@
## Environment variables expansion
Argo CD supports using [environment variables](/user-guide/build-environment/) in
Argo CD supports using [environment variables](../../../user-guide/build-environment/) in
config management tools parameters. The expansion logic has been improved and now expands missing environment variables
into an empty string.

View file

@ -60,8 +60,8 @@ The [GitOps Engine](https://github.com/argoproj/gitops-engine) is a library that
A lot of Argo CD features are still not available in GitOps engine. The following features have to be contributed to the GitOps Engine:
* an ability to customize resources health assessment and existing CRD health [assessment functions](https://github.com/argoproj/argo-cd/tree/master/resource_customizations).
* resource diffing [customization](/user-guide/diffing/).
* config management [tools](/user-guide/application_sources/) integration.
* resource diffing [customization](../user-guide/diffing/).
* config management [tools](../user-guide/application_sources/) integration.
* unified syncing annotations [argoproj/gitops-engine#43](https://github.com/argoproj/gitops-engine/issues/43).
### GitOps Agent