File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 12
12
DEPLOY_DIR : _site/
13
13
DEPLOY_BRANCH : gh-pages
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Prepare branch
18
18
run : |
23
23
24
24
- uses : ruby/setup-ruby@v1
25
25
with :
26
- ruby-version : 2.7
26
+ ruby-version : 3.0
27
27
bundler-cache : true
28
28
# If your site is in a subdirectory
29
29
# working-directory: ./
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
if : ${{ github.repository_owner == 'qunitjs' }} # skip on forks
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
repository : jquery/hydra-link-checker
32
32
ref : v2.0.0
Original file line number Diff line number Diff line change 1
1
name : typesense
2
2
on :
3
- # Once a day at 11:30 UTC <https://crontab.guru/>
3
+ # Once a week on Wednesday at 11:45 UTC <https://crontab.guru/>
4
4
schedule :
5
- - cron : ' 30 11 * * * '
5
+ - cron : ' 45 11 * * 3 '
6
6
# Or after a deployment
7
7
push :
8
8
branches :
9
9
- main
10
+ - typesense
10
11
# Or manually
11
12
workflow_dispatch :
12
13
13
14
jobs :
14
15
typesense :
15
16
name : Update Typesense
16
- if : ${{ github.repository_owner == 'jquery ' }} # skip on forks
17
+ if : ${{ github.repository_owner == 'qunitjs ' }} # skip on forks
17
18
runs-on : ubuntu-latest
18
19
steps :
19
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
20
21
- name : Docsearch Scraper
21
22
shell : bash
22
23
run : |
23
- # 0.6.0.rc1: https://github.com/typesense/typesense-docsearch-scraper/issues/36
24
24
docker run \
25
25
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_ADMIN_KEY }} \
26
26
-e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
27
27
-e TYPESENSE_PORT="443" \
28
28
-e TYPESENSE_PROTOCOL="https" \
29
29
-e CONFIG="$(cat docsearch.config.json | jq -r tostring)" \
30
- typesense/docsearch-scraper:0.6.0.rc2
30
+ typesense/docsearch-scraper:0.8.0
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ ruby RUBY_VERSION
3
3
4
4
# To apply changes, run `bundle update`.
5
5
6
- gem "jekyll-theme-amethyst" , "0.5.2 " , group : :jekyll_plugins
6
+ gem "jekyll-theme-amethyst" , "~> 1.0.0 " , group : :jekyll_plugins
You can’t perform that action at this time.
0 commit comments