Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ
Commits
24b98c25
Unverified
Commit
24b98c25
authored
Apr 18, 2024
by
Shaun Prince
Committed by
GitHub
Apr 18, 2024
Browse files
[BUG] Fix github action documentation build (#449)
parent
edcf780f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/docs.yaml
.github/workflows/docs.yaml
+2
-2
No files found.
.github/workflows/docs.yaml
View file @
24b98c25
...
...
@@ -16,7 +16,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
-
uses
:
actions/setup-python@v4
with
:
python-version
:
3.
x
python-version
:
3.
11
-
run
:
echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
-
uses
:
actions/cache@v3
with
:
...
...
@@ -25,4 +25,4 @@ jobs:
restore-keys
:
|
mkdocs-material-docs
-
run
:
pip install mkdocstrings-python mkdocs-material griffe-typingdoc
-
run
:
mkdocs gh-deploy --force
\ No newline at end of file
-
run
:
mkdocs gh-deploy --force
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment