Skip to content

Commit

Permalink
Cache docs for one day
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Oct 31, 2023
1 parent ebde5da commit e07518f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
with:
python-version: 3.x

# - run: echo "cache_id=$(date --utc '+%F')" >> $GITHUB_ENV
- run: echo "cache_id=$(date --utc '+%F')" >> $GITHUB_ENV

# - uses: actions/cache@v3
# with:
# key: mkdocs-material-${{ env.cache_id }}
# path: .cache
# restore-keys: |
# mkdocs-material-
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- uses: actions/checkout@master
with:
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.6.0-webui141
v2.0-alpha.6.0-webui142

0 comments on commit e07518f

Please sign in to comment.