Skip to content

Commit

Permalink
ci: full checkout | try resolve JSONDecodeError
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 23, 2024
1 parent fae9319 commit d455337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .actions/assistant.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import base64
import json
import os
import re
import warnings
Expand All @@ -10,7 +11,6 @@

import fire
import requests
import simplejson as json
import tqdm
import yaml
from pip._internal.operations import freeze
Expand Down
1 change: 0 additions & 1 deletion .actions/requires.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Fire
tqdm
simplejson
PyYAML
wcmatch
requests
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: publication
- name: Checkout 🛎️ PR
fetch-depth: 0
- name: Checkout 🛎️ PR [debugging]
if: ${{ github.event_name == 'pull_request' }}
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d455337

Please sign in to comment.