Skip to content

Commit

Permalink
correcting typo and removing build - mike should do that
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 18, 2023
1 parent b5a09b9 commit a581ce1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Create all generated documentation content
run: mkdocs build

# - name: Create all generated documentation content
# run: mkdocs build
#
- name: Determine versioning parameters
id: determine-versioning
run: echo 'data={"version":"${{ env.DOCS_VERSION }}", "alias":"latest"}' >> $GITHUB_OUTPUT
Expand All @@ -69,6 +69,6 @@ jobs:
mike deploy \
--update-aliases \
--branch production \
--push
--push \
${{ fromJson(steps.determine-versioning.outputs.data).version }} \
${{ fromJson(steps.determine-versioning.outputs.data).alias }}

0 comments on commit a581ce1

Please sign in to comment.