We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ca142 commit ac959eeCopy full SHA for ac959ee
.github/workflows/create_search_index.yml
@@ -14,7 +14,7 @@ concurrency:
14
15
jobs:
16
jekyll:
17
- runs-on: self-hosted
+ runs-on: RAM32GB
18
timeout-minutes: 600
19
environment: jekyll
20
steps:
@@ -83,7 +83,6 @@ jobs:
83
7z a -tzip jekyll-content.zip \
84
./docs/_site/* \
85
./docs/.jekyll-metadata \
86
- ./docs/backup-models.json \
87
./docs/backup-benchmarking.json \
88
./docs/backup-references.json
89
- name: Upload artifacts
0 commit comments