Replies: 2 comments 2 replies
-
Hello @pitosalas, if not os.path.isdir(name):
os.makedirs(name, exist_ok = True) should correctly prevent a Please create a minimal example: https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/ |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks.
…On Jan 6, 2024 at 9:34:17 AM, Kamil Krzyśków ***@***.***> wrote:
Oh, I should have figured that the repository is public, because it was a
GitHub Action error.
Looking at the files of the commit with the crash:
https://github.com/pitosalas/wp-convert/tree/48423765561d1d5911bb485a70ee49e89384e7d6/docs
I can see that posts is a symlink, so if not os.path.isdir(name): checks
out, since it's not a directory, but a symlink, so it's closer to a file
than a directory. So perhaps os.makedirs crashes on a symlink conflict
even when exist_ok is toggled.
—
Reply to this email directly, view it on GitHub
<#6614 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAK5CKGADRZM7HNSHIWZW3YNF4ITAVCNFSM6AAAAABBPT3Y46VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAMZSGEYDS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This just started happening and I can't figure out what is different. Here is the log. Maybe you can spot it easily?
Expand to see log
2024-01-06T15:15:22.8050421Z Requested labels: ubuntu-latest
2024-01-06T15:15:22.8050720Z Job defined at: pitosalas/wp-convert/.github/workflows/ci.yml@refs/heads/main
2024-01-06T15:15:22.8050812Z Waiting for a runner to pick up this job...
2024-01-06T15:15:23.1410657Z Job is waiting for a hosted runner to come online.
2024-01-06T15:15:26.8506024Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2024-01-06T15:15:28.8678617Z Current runner version: '2.311.0'
2024-01-06T15:15:28.8705095Z ##[group]Operating System
2024-01-06T15:15:28.8705773Z Ubuntu
2024-01-06T15:15:28.8706079Z 22.04.3
2024-01-06T15:15:28.8706535Z LTS
2024-01-06T15:15:28.8706865Z ##[endgroup]
2024-01-06T15:15:28.8707204Z ##[group]Runner Image
2024-01-06T15:15:28.8707710Z Image: ubuntu-22.04
2024-01-06T15:15:28.8708109Z Version: 20231217.2.0
2024-01-06T15:15:28.8709064Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20231217.2/images/ubuntu/Ubuntu2204-Readme.md
2024-01-06T15:15:28.8710605Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20231217.2
2024-01-06T15:15:28.8711489Z ##[endgroup]
2024-01-06T15:15:28.8711868Z ##[group]Runner Image Provisioner
2024-01-06T15:15:28.8712415Z 2.0.321.1
2024-01-06T15:15:28.8712755Z ##[endgroup]
2024-01-06T15:15:28.8713644Z ##[group]GITHUB_TOKEN Permissions
2024-01-06T15:15:28.8715290Z Contents: write
2024-01-06T15:15:28.8715706Z Metadata: read
2024-01-06T15:15:28.8716362Z ##[endgroup]
2024-01-06T15:15:28.8719762Z Secret source: Actions
2024-01-06T15:15:28.8720505Z Prepare workflow directory
2024-01-06T15:15:28.9366631Z Prepare all required actions
2024-01-06T15:15:28.9532253Z Getting action download info
2024-01-06T15:15:29.1895199Z Download action repository 'actions/checkout@v4' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11)
2024-01-06T15:15:29.3397062Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236)
2024-01-06T15:15:29.4135745Z Download action repository 'actions/cache@v3' (SHA:704facf57e6136b1bc63b828d79edcd491f0ee84)
2024-01-06T15:15:29.6537289Z Complete job name: deploy
2024-01-06T15:15:29.7497036Z ##[group]Run actions/checkout@v4
2024-01-06T15:15:29.7497656Z with:
2024-01-06T15:15:29.7498175Z repository: pitosalas/wp-convert
2024-01-06T15:15:29.7498971Z token: ***
2024-01-06T15:15:29.7499337Z ssh-strict: true
2024-01-06T15:15:29.7499850Z persist-credentials: true
2024-01-06T15:15:29.7500313Z clean: true
2024-01-06T15:15:29.7500716Z sparse-checkout-cone-mode: true
2024-01-06T15:15:29.7501312Z fetch-depth: 1
2024-01-06T15:15:29.7501664Z fetch-tags: false
2024-01-06T15:15:29.7502064Z show-progress: true
2024-01-06T15:15:29.7502539Z lfs: false
2024-01-06T15:15:29.7502863Z submodules: false
2024-01-06T15:15:29.7503299Z set-safe-directory: true
2024-01-06T15:15:29.7503816Z ##[endgroup]
2024-01-06T15:15:29.9892615Z Syncing repository: pitosalas/wp-convert
2024-01-06T15:15:29.9894993Z ##[group]Getting Git version info
2024-01-06T15:15:29.9895890Z Working directory is '/home/runner/work/wp-convert/wp-convert'
2024-01-06T15:15:29.9897447Z [command]/usr/bin/git version
2024-01-06T15:15:29.9940052Z git version 2.43.0
2024-01-06T15:15:29.9965855Z ##[endgroup]
2024-01-06T15:15:29.9985691Z Temporarily overriding HOME='/home/runner/work/_temp/867e5790-10c7-4419-8b1a-78fb2ac32057' before making global git config changes
2024-01-06T15:15:29.9987383Z Adding repository directory to the temporary git global config as a safe directory
2024-01-06T15:15:29.9989031Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/wp-convert/wp-convert
2024-01-06T15:15:30.0026968Z Deleting the contents of '/home/runner/work/wp-convert/wp-convert'
2024-01-06T15:15:30.0033416Z ##[group]Initializing the repository
2024-01-06T15:15:30.0037495Z [command]/usr/bin/git init /home/runner/work/wp-convert/wp-convert
2024-01-06T15:15:30.0129114Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-01-06T15:15:30.0130436Z hint: is subject to change. To configure the initial branch name to use in all
2024-01-06T15:15:30.0131470Z hint: of your new repositories, which will suppress this warning, call:
2024-01-06T15:15:30.0132419Z hint:
2024-01-06T15:15:30.0132958Z hint: git config --global init.defaultBranch
2024-01-06T15:15:30.0133642Z hint:
2024-01-06T15:15:30.0134476Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-01-06T15:15:30.0135543Z hint: 'development'. The just-created branch can be renamed via this command:
2024-01-06T15:15:30.0136637Z hint:
2024-01-06T15:15:30.0137099Z hint: git branch -m
2024-01-06T15:15:30.0138984Z Initialized empty Git repository in /home/runner/work/wp-convert/wp-convert/.git/
2024-01-06T15:15:30.0149717Z [command]/usr/bin/git remote add origin https://github.com/pitosalas/wp-convert
2024-01-06T15:15:30.0190218Z ##[endgroup]
2024-01-06T15:15:30.0191231Z ##[group]Disabling automatic garbage collection
2024-01-06T15:15:30.0192795Z [command]/usr/bin/git config --local gc.auto 0
2024-01-06T15:15:30.0223741Z ##[endgroup]
2024-01-06T15:15:30.0224565Z ##[group]Setting up auth
2024-01-06T15:15:30.0229528Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2024-01-06T15:15:30.0259856Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-01-06T15:15:30.0662280Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2024-01-06T15:15:30.0693127Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-01-06T15:15:30.0934359Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-01-06T15:15:30.0970301Z ##[endgroup]
2024-01-06T15:15:30.0971524Z ##[group]Fetching the repository
2024-01-06T15:15:30.0980694Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +48423765561d1d5911bb485a70ee49e89384e7d6:refs/remotes/origin/main
2024-01-06T15:15:30.5016873Z From https://github.com/pitosalas/wp-convert
2024-01-06T15:15:30.5018510Z * [new ref] 48423765561d1d5911bb485a70ee49e89384e7d6 -> origin/main
2024-01-06T15:15:30.5045444Z ##[endgroup]
2024-01-06T15:15:30.5046801Z ##[group]Determining the checkout info
2024-01-06T15:15:30.5047932Z ##[endgroup]
2024-01-06T15:15:30.5048806Z ##[group]Checking out the ref
2024-01-06T15:15:30.5052407Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2024-01-06T15:15:30.7259181Z Switched to a new branch 'main'
2024-01-06T15:15:30.7260698Z branch 'main' set up to track 'origin/main'.
2024-01-06T15:15:30.7273985Z ##[endgroup]
2024-01-06T15:15:30.7314279Z [command]/usr/bin/git log -1 --format='%H'
2024-01-06T15:15:30.7340572Z '48423765561d1d5911bb485a70ee49e89384e7d6'
2024-01-06T15:15:30.7665805Z ##[group]Run git config user.name github-actions[bot]
2024-01-06T15:15:30.7666689Z �[36;1mgit config user.name github-actions[bot]�[0m
2024-01-06T15:15:30.7667406Z �[36;1mgit config user.email 41898282+github-actions[bot]@users.noreply.github.com�[0m
2024-01-06T15:15:30.7735199Z shell: /usr/bin/bash -e {0}
2024-01-06T15:15:30.7735676Z ##[endgroup]
2024-01-06T15:15:30.8024186Z ##[group]Run actions/setup-python@v4
2024-01-06T15:15:30.8024689Z with:
2024-01-06T15:15:30.8025063Z python-version: 3.x
2024-01-06T15:15:30.8025464Z check-latest: false
2024-01-06T15:15:30.8026011Z token: ***
2024-01-06T15:15:30.8026382Z update-environment: true
2024-01-06T15:15:30.8026785Z allow-prereleases: false
2024-01-06T15:15:30.8027138Z ##[endgroup]
2024-01-06T15:15:31.0550072Z ##[group]Installed versions
2024-01-06T15:15:31.0620797Z Successfully set up CPython (3.12.1)
2024-01-06T15:15:31.0621927Z ##[endgroup]
2024-01-06T15:15:31.0723250Z ##[group]Run echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2024-01-06T15:15:31.0724040Z �[36;1mecho "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV�[0m
2024-01-06T15:15:31.0783275Z shell: /usr/bin/bash -e {0}
2024-01-06T15:15:31.0783921Z env:
2024-01-06T15:15:31.0784354Z pythonLocation: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.0784976Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib/pkgconfig
2024-01-06T15:15:31.0785683Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.0786529Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.0787067Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.0787742Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib
2024-01-06T15:15:31.0788240Z ##[endgroup]
2024-01-06T15:15:31.0996752Z ##[group]Run actions/cache@v3
2024-01-06T15:15:31.0997171Z with:
2024-01-06T15:15:31.0997486Z key: mkdocs-material-01
2024-01-06T15:15:31.0997929Z path: .cache
2024-01-06T15:15:31.0998262Z restore-keys: mkdocs-material-
2024-01-06T15:15:31.0998679Z enableCrossOsArchive: false
2024-01-06T15:15:31.0999134Z fail-on-cache-miss: false
2024-01-06T15:15:31.0999483Z lookup-only: false
2024-01-06T15:15:31.0999823Z env:
2024-01-06T15:15:31.1000321Z pythonLocation: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.1000920Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib/pkgconfig
2024-01-06T15:15:31.1001535Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.1002185Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.1002706Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.1003283Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib
2024-01-06T15:15:31.1003929Z cache_id: 01
2024-01-06T15:15:31.1004208Z ##[endgroup]
2024-01-06T15:15:31.3096487Z Cache not found for input keys: mkdocs-material-01, mkdocs-material-
2024-01-06T15:15:31.3188181Z ##[group]Run pip install mkdocs-material
2024-01-06T15:15:31.3188672Z �[36;1mpip install mkdocs-material�[0m
2024-01-06T15:15:31.3240647Z shell: /usr/bin/bash -e {0}
2024-01-06T15:15:31.3241151Z env:
2024-01-06T15:15:31.3241642Z pythonLocation: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.3242286Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib/pkgconfig
2024-01-06T15:15:31.3243318Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.3243953Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.3244511Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:31.3245095Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib
2024-01-06T15:15:31.3246203Z cache_id: 01
2024-01-06T15:15:31.3246560Z ##[endgroup]
2024-01-06T15:15:36.9274435Z Collecting mkdocs-material
2024-01-06T15:15:36.9903821Z Downloading mkdocs_material-9.5.3-py3-none-any.whl.metadata (16 kB)
2024-01-06T15:15:37.0382468Z Collecting babel~=2.10 (from mkdocs-material)
2024-01-06T15:15:37.0459427Z Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
2024-01-06T15:15:37.0801636Z Collecting colorama~=0.4 (from mkdocs-material)
2024-01-06T15:15:37.0881103Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2024-01-06T15:15:37.1308703Z Collecting jinja2~=3.0 (from mkdocs-material)
2024-01-06T15:15:37.1385195Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
2024-01-06T15:15:37.1519997Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 12.1 MB/s eta 0:00:00
2024-01-06T15:15:37.1866221Z Collecting markdown~=3.2 (from mkdocs-material)
2024-01-06T15:15:37.1944524Z Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB)
2024-01-06T15:15:37.2222469Z Collecting mkdocs-material-extensions~=1.3 (from mkdocs-material)
2024-01-06T15:15:37.2305877Z Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl.metadata (6.9 kB)
2024-01-06T15:15:37.2689310Z Collecting mkdocs~=1.5.3 (from mkdocs-material)
2024-01-06T15:15:37.2794635Z Downloading mkdocs-1.5.3-py3-none-any.whl.metadata (6.2 kB)
2024-01-06T15:15:37.3056579Z Collecting paginate~=0.5 (from mkdocs-material)
2024-01-06T15:15:37.3145518Z Downloading paginate-0.5.6.tar.gz (12 kB)
2024-01-06T15:15:37.3236443Z Installing build dependencies: started
2024-01-06T15:15:39.2340835Z Installing build dependencies: finished with status 'done'
2024-01-06T15:15:39.2347441Z Getting requirements to build wheel: started
2024-01-06T15:15:39.6233598Z Getting requirements to build wheel: finished with status 'done'
2024-01-06T15:15:39.6267745Z Preparing metadata (pyproject.toml): started
2024-01-06T15:15:39.9985991Z Preparing metadata (pyproject.toml): finished with status 'done'
2024-01-06T15:15:40.0407039Z Collecting pygments~=2.16 (from mkdocs-material)
2024-01-06T15:15:40.0483528Z Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
2024-01-06T15:15:40.0996570Z Collecting pymdown-extensions~=10.2 (from mkdocs-material)
2024-01-06T15:15:40.1074958Z Downloading pymdown_extensions-10.7-py3-none-any.whl.metadata (3.0 kB)
2024-01-06T15:15:40.5083195Z Collecting regex>=2022.4 (from mkdocs-material)
2024-01-06T15:15:40.5173655Z Downloading regex-2023.12.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
2024-01-06T15:15:40.5226479Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 10.8 MB/s eta 0:00:00
2024-01-06T15:15:40.5740554Z Collecting requests~=2.26 (from mkdocs-material)
2024-01-06T15:15:40.5821197Z Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
2024-01-06T15:15:40.6470056Z Collecting MarkupSafe>=2.0 (from jinja2~=3.0->mkdocs-material)
2024-01-06T15:15:40.6548576Z Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.9 kB)
2024-01-06T15:15:40.7256770Z Collecting click>=7.0 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:40.7335232Z Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
2024-01-06T15:15:40.7589633Z Collecting ghp-import>=1.0 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:40.7745778Z Downloading ghp_import-2.1.0-py3-none-any.whl (11 kB)
2024-01-06T15:15:40.8129574Z Collecting mergedeep>=1.3.4 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:40.8222141Z Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB)
2024-01-06T15:15:40.8604341Z Collecting packaging>=20.5 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:40.8684770Z Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
2024-01-06T15:15:40.8951600Z Collecting pathspec>=0.11.1 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:40.9030523Z Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
2024-01-06T15:15:40.9697609Z Collecting platformdirs>=2.2.0 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:40.9778531Z Downloading platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB)
2024-01-06T15:15:41.0013662Z Collecting pyyaml-env-tag>=0.1 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:41.0098690Z Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB)
2024-01-06T15:15:41.0581998Z Collecting pyyaml>=5.1 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:41.0883934Z Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2024-01-06T15:15:41.1463084Z Collecting watchdog>=2.0 (from mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:41.1539456Z Downloading watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl (82 kB)
2024-01-06T15:15:41.1595501Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.1/82.1 kB 21.4 MB/s eta 0:00:00
2024-01-06T15:15:41.2840461Z Collecting charset-normalizer<4,>=2 (from requests~=2.26->mkdocs-material)
2024-01-06T15:15:41.2919127Z Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
2024-01-06T15:15:41.3234556Z Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material)
2024-01-06T15:15:41.3545482Z Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
2024-01-06T15:15:41.4152460Z Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material)
2024-01-06T15:15:41.4234315Z Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB)
2024-01-06T15:15:41.4590823Z Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material)
2024-01-06T15:15:41.4675551Z Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
2024-01-06T15:15:41.5168380Z Collecting python-dateutil>=2.8.1 (from ghp-import>=1.0->mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:41.5243905Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
2024-01-06T15:15:41.5357765Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 27.1 MB/s eta 0:00:00
2024-01-06T15:15:41.6275230Z Collecting six>=1.5 (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs~=1.5.3->mkdocs-material)
2024-01-06T15:15:41.6355677Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
2024-01-06T15:15:41.6613825Z Downloading mkdocs_material-9.5.3-py3-none-any.whl (8.6 MB)
2024-01-06T15:15:41.7383338Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 114.9 MB/s eta 0:00:00
2024-01-06T15:15:41.7497300Z Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB)
2024-01-06T15:15:41.8428676Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 119.0 MB/s eta 0:00:00
2024-01-06T15:15:41.8519411Z Downloading Markdown-3.5.1-py3-none-any.whl (102 kB)
2024-01-06T15:15:41.8575039Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 29.0 MB/s eta 0:00:00
2024-01-06T15:15:41.8855850Z Downloading mkdocs-1.5.3-py3-none-any.whl (3.7 MB)
2024-01-06T15:15:41.9205263Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 114.2 MB/s eta 0:00:00
2024-01-06T15:15:41.9337603Z Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB)
2024-01-06T15:15:41.9471878Z Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
2024-01-06T15:15:41.9623911Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 93.2 MB/s eta 0:00:00
2024-01-06T15:15:41.9716181Z Downloading pymdown_extensions-10.7-py3-none-any.whl (250 kB)
2024-01-06T15:15:41.9787739Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.8/250.8 kB 51.4 MB/s eta 0:00:00
2024-01-06T15:15:41.9887754Z Downloading regex-2023.12.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (789 kB)
2024-01-06T15:15:42.0001915Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 789.1/789.1 kB 87.9 MB/s eta 0:00:00
2024-01-06T15:15:42.0079470Z Downloading requests-2.31.0-py3-none-any.whl (62 kB)
2024-01-06T15:15:42.0134850Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 17.2 MB/s eta 0:00:00
2024-01-06T15:15:42.0221744Z Downloading certifi-2023.11.17-py3-none-any.whl (162 kB)
2024-01-06T15:15:42.0282715Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 39.3 MB/s eta 0:00:00
2024-01-06T15:15:42.0372575Z Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
2024-01-06T15:15:42.0430120Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.9/141.9 kB 37.6 MB/s eta 0:00:00
2024-01-06T15:15:42.0503238Z Downloading click-8.1.7-py3-none-any.whl (97 kB)
2024-01-06T15:15:42.0555229Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 29.3 MB/s eta 0:00:00
2024-01-06T15:15:42.0631719Z Downloading idna-3.6-py3-none-any.whl (61 kB)
2024-01-06T15:15:42.0693427Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 13.1 MB/s eta 0:00:00
2024-01-06T15:15:42.0770769Z Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
2024-01-06T15:15:42.0874141Z Downloading packaging-23.2-py3-none-any.whl (53 kB)
2024-01-06T15:15:42.0926265Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 14.5 MB/s eta 0:00:00
2024-01-06T15:15:42.1006369Z Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
2024-01-06T15:15:42.1112536Z Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
2024-01-06T15:15:42.1219139Z Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB)
2024-01-06T15:15:42.1369143Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 725.0/725.0 kB 57.8 MB/s eta 0:00:00
2024-01-06T15:15:42.1443805Z Downloading urllib3-2.1.0-py3-none-any.whl (104 kB)
2024-01-06T15:15:42.1506340Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 23.5 MB/s eta 0:00:00
2024-01-06T15:15:42.2742900Z Building wheels for collected packages: paginate
2024-01-06T15:15:42.2752585Z Building wheel for paginate (pyproject.toml): started
2024-01-06T15:15:42.4742032Z Building wheel for paginate (pyproject.toml): finished with status 'done'
2024-01-06T15:15:42.4750023Z Created wheel for paginate: filename=paginate-0.5.6-py3-none-any.whl size=12666 sha256=add40c8f0c93fd9cc9feb7e275d32f183c95475b4c6d4441ba3298e7437a6c26
2024-01-06T15:15:42.4752721Z Stored in directory: /home/runner/.cache/pip/wheels/03/20/4e/4925d1027f4b377bef23999a1a5eaa438339b741a6a2f3ad39
2024-01-06T15:15:42.4777065Z Successfully built paginate
2024-01-06T15:15:42.6890966Z Installing collected packages: paginate, watchdog, urllib3, six, regex, pyyaml, pygments, platformdirs, pathspec, packaging, mkdocs-material-extensions, mergedeep, MarkupSafe, markdown, idna, colorama, click, charset-normalizer, certifi, babel, requests, pyyaml-env-tag, python-dateutil, pymdown-extensions, jinja2, ghp-import, mkdocs, mkdocs-material
2024-01-06T15:15:49.6439956Z Successfully installed MarkupSafe-2.1.3 babel-2.14.0 certifi-2023.11.17 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 ghp-import-2.1.0 idna-3.6 jinja2-3.1.2 markdown-3.5.1 mergedeep-1.3.4 mkdocs-1.5.3 mkdocs-material-9.5.3 mkdocs-material-extensions-1.3.1 packaging-23.2 paginate-0.5.6 pathspec-0.12.1 platformdirs-4.1.0 pygments-2.17.2 pymdown-extensions-10.7 python-dateutil-2.8.2 pyyaml-6.0.1 pyyaml-env-tag-0.1 regex-2023.12.25 requests-2.31.0 six-1.16.0 urllib3-2.1.0 watchdog-3.0.0
2024-01-06T15:15:49.9571785Z ##[group]Run pip install mkdocs-awesome-pages-plugin
2024-01-06T15:15:49.9572514Z �[36;1mpip install mkdocs-awesome-pages-plugin�[0m
2024-01-06T15:15:49.9626957Z shell: /usr/bin/bash -e {0}
2024-01-06T15:15:49.9627369Z env:
2024-01-06T15:15:49.9627781Z pythonLocation: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:49.9628563Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib/pkgconfig
2024-01-06T15:15:49.9629183Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:49.9629744Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:49.9630357Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:49.9630924Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib
2024-01-06T15:15:49.9631426Z cache_id: 01
2024-01-06T15:15:49.9631789Z ##[endgroup]
2024-01-06T15:15:50.5052997Z Collecting mkdocs-awesome-pages-plugin
2024-01-06T15:15:50.5734296Z Downloading mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl.metadata (13 kB)
2024-01-06T15:15:50.5827652Z Requirement already satisfied: mkdocs>=1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs-awesome-pages-plugin) (1.5.3)
2024-01-06T15:15:50.6226139Z Collecting natsort>=8.1.0 (from mkdocs-awesome-pages-plugin)
2024-01-06T15:15:50.6308415Z Downloading natsort-8.4.0-py3-none-any.whl.metadata (21 kB)
2024-01-06T15:15:50.6881366Z Collecting wcmatch>=7 (from mkdocs-awesome-pages-plugin)
2024-01-06T15:15:50.6961940Z Downloading wcmatch-8.5-py3-none-any.whl.metadata (5.1 kB)
2024-01-06T15:15:50.7257650Z Requirement already satisfied: click>=7.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (8.1.7)
2024-01-06T15:15:50.7269387Z Requirement already satisfied: ghp-import>=1.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (2.1.0)
2024-01-06T15:15:50.7281112Z Requirement already satisfied: jinja2>=2.11.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (3.1.2)
2024-01-06T15:15:50.7297262Z Requirement already satisfied: markdown>=3.2.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (3.5.1)
2024-01-06T15:15:50.7308102Z Requirement already satisfied: markupsafe>=2.0.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (2.1.3)
2024-01-06T15:15:50.7319781Z Requirement already satisfied: mergedeep>=1.3.4 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (1.3.4)
2024-01-06T15:15:50.7332615Z Requirement already satisfied: packaging>=20.5 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (23.2)
2024-01-06T15:15:50.7349834Z Requirement already satisfied: pathspec>=0.11.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (0.12.1)
2024-01-06T15:15:50.7364764Z Requirement already satisfied: platformdirs>=2.2.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (4.1.0)
2024-01-06T15:15:50.7377810Z Requirement already satisfied: pyyaml-env-tag>=0.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (0.1)
2024-01-06T15:15:50.7389837Z Requirement already satisfied: pyyaml>=5.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (6.0.1)
2024-01-06T15:15:50.7412114Z Requirement already satisfied: watchdog>=2.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1->mkdocs-awesome-pages-plugin) (3.0.0)
2024-01-06T15:15:50.7726727Z Collecting bracex>=2.1.1 (from wcmatch>=7->mkdocs-awesome-pages-plugin)
2024-01-06T15:15:50.7827010Z Downloading bracex-2.4-py3-none-any.whl.metadata (3.6 kB)
2024-01-06T15:15:50.7965460Z Requirement already satisfied: python-dateutil>=2.8.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from ghp-import>=1.0->mkdocs>=1->mkdocs-awesome-pages-plugin) (2.8.2)
2024-01-06T15:15:50.8350894Z Requirement already satisfied: six>=1.5 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs>=1->mkdocs-awesome-pages-plugin) (1.16.0)
2024-01-06T15:15:50.8481316Z Downloading mkdocs_awesome_pages_plugin-2.9.2-py3-none-any.whl (14 kB)
2024-01-06T15:15:50.8579922Z Downloading natsort-8.4.0-py3-none-any.whl (38 kB)
2024-01-06T15:15:50.8716604Z Downloading wcmatch-8.5-py3-none-any.whl (39 kB)
2024-01-06T15:15:50.8822132Z Downloading bracex-2.4-py3-none-any.whl (11 kB)
2024-01-06T15:15:50.9980304Z Installing collected packages: natsort, bracex, wcmatch, mkdocs-awesome-pages-plugin
2024-01-06T15:15:51.1173217Z Successfully installed bracex-2.4 mkdocs-awesome-pages-plugin-2.9.2 natsort-8.4.0 wcmatch-8.5
2024-01-06T15:15:51.2794685Z ##[group]Run pip install mkdocs-section-index
2024-01-06T15:15:51.2795276Z �[36;1mpip install mkdocs-section-index�[0m
2024-01-06T15:15:51.2850954Z shell: /usr/bin/bash -e {0}
2024-01-06T15:15:51.2851310Z env:
2024-01-06T15:15:51.2851846Z pythonLocation: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:51.2852488Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib/pkgconfig
2024-01-06T15:15:51.2853079Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:51.2853728Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:51.2854284Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:51.2855134Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib
2024-01-06T15:15:51.2855650Z cache_id: 01
2024-01-06T15:15:51.2855960Z ##[endgroup]
2024-01-06T15:15:51.8316267Z Collecting mkdocs-section-index
2024-01-06T15:15:51.8934130Z Downloading mkdocs_section_index-0.3.8-py3-none-any.whl.metadata (7.8 kB)
2024-01-06T15:15:51.9006292Z Requirement already satisfied: mkdocs>=1.2 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs-section-index) (1.5.3)
2024-01-06T15:15:51.9426209Z Requirement already satisfied: click>=7.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (8.1.7)
2024-01-06T15:15:51.9441377Z Requirement already satisfied: ghp-import>=1.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (2.1.0)
2024-01-06T15:15:51.9454679Z Requirement already satisfied: jinja2>=2.11.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (3.1.2)
2024-01-06T15:15:51.9470621Z Requirement already satisfied: markdown>=3.2.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (3.5.1)
2024-01-06T15:15:51.9487087Z Requirement already satisfied: markupsafe>=2.0.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (2.1.3)
2024-01-06T15:15:51.9500438Z Requirement already satisfied: mergedeep>=1.3.4 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (1.3.4)
2024-01-06T15:15:51.9512839Z Requirement already satisfied: packaging>=20.5 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (23.2)
2024-01-06T15:15:51.9531737Z Requirement already satisfied: pathspec>=0.11.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (0.12.1)
2024-01-06T15:15:51.9548783Z Requirement already satisfied: platformdirs>=2.2.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (4.1.0)
2024-01-06T15:15:51.9562380Z Requirement already satisfied: pyyaml-env-tag>=0.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (0.1)
2024-01-06T15:15:51.9574755Z Requirement already satisfied: pyyaml>=5.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (6.0.1)
2024-01-06T15:15:51.9600113Z Requirement already satisfied: watchdog>=2.0 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from mkdocs>=1.2->mkdocs-section-index) (3.0.0)
2024-01-06T15:15:51.9688292Z Requirement already satisfied: python-dateutil>=2.8.1 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from ghp-import>=1.0->mkdocs>=1.2->mkdocs-section-index) (2.8.2)
2024-01-06T15:15:52.0043722Z Requirement already satisfied: six>=1.5 in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs>=1.2->mkdocs-section-index) (1.16.0)
2024-01-06T15:15:52.0163856Z Downloading mkdocs_section_index-0.3.8-py3-none-any.whl (8.7 kB)
2024-01-06T15:15:52.1309637Z Installing collected packages: mkdocs-section-index
2024-01-06T15:15:52.1496258Z Successfully installed mkdocs-section-index-0.3.8
2024-01-06T15:15:52.2979229Z ##[group]Run mkdocs gh-deploy --force
2024-01-06T15:15:52.2979986Z �[36;1mmkdocs gh-deploy --force�[0m
2024-01-06T15:15:52.3030870Z shell: /usr/bin/bash -e {0}
2024-01-06T15:15:52.3031248Z env:
2024-01-06T15:15:52.3031797Z pythonLocation: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:52.3032436Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib/pkgconfig
2024-01-06T15:15:52.3033017Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:52.3033655Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:52.3034458Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.1/x64
2024-01-06T15:15:52.3034988Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/lib
2024-01-06T15:15:52.3035562Z cache_id: 01
2024-01-06T15:15:52.3035871Z ##[endgroup]
2024-01-06T15:15:52.9727285Z INFO - Cleaning site directory
2024-01-06T15:15:53.0940325Z INFO - Building documentation to directory: /home/runner/work/wp-convert/wp-convert/site
2024-01-06T15:15:53.1600322Z Traceback (most recent call last):
2024-01-06T15:15:53.1610650Z File "/opt/hostedtoolcache/Python/3.12.1/x64/bin/mkdocs", line 8, in
2024-01-06T15:15:53.1611807Z sys.exit(cli())
2024-01-06T15:15:53.1612590Z ^^^^^
2024-01-06T15:15:53.1614193Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/click/core.py", line 1157, in call
2024-01-06T15:15:53.1615644Z return self.main(*args, **kwargs)
2024-01-06T15:15:53.1616537Z ^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1618080Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/click/core.py", line 1078, in main
2024-01-06T15:15:53.1619612Z rv = self.invoke(ctx)
2024-01-06T15:15:53.1620201Z ^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1621812Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
2024-01-06T15:15:53.1623488Z return _process_result(sub_ctx.command.invoke(sub_ctx))
2024-01-06T15:15:53.1624363Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1626004Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
2024-01-06T15:15:53.1627634Z return ctx.invoke(self.callback, **ctx.params)
2024-01-06T15:15:53.1628476Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1630077Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/click/core.py", line 783, in invoke
2024-01-06T15:15:53.1631465Z return __callback(*args, **kwargs)
2024-01-06T15:15:53.1632088Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1633578Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/mkdocs/main.py", line 313, in gh_deploy_command
2024-01-06T15:15:53.1634952Z build.build(cfg, dirty=not clean)
2024-01-06T15:15:53.1636382Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/mkdocs/commands/build.py", line 304, in build
2024-01-06T15:15:53.1637685Z files = config.plugins.on_files(files, config=config)
2024-01-06T15:15:53.1638502Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1639906Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/mkdocs/plugins.py", line 533, in on_files
2024-01-06T15:15:53.1641201Z return self.run_event('files', files, config=config)
2024-01-06T15:15:53.1641993Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1643372Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/mkdocs/plugins.py", line 507, in run_event
2024-01-06T15:15:53.1644484Z result = method(item, **kwargs)
2024-01-06T15:15:53.1645175Z ^^^^^^^^^^^^^^^^^^^^^^
2024-01-06T15:15:53.1646874Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/material/plugins/blog/plugin.py", line 133, in on_files
2024-01-06T15:15:53.1648604Z self.blog.posts = sorted(
2024-01-06T15:15:53.1649349Z ^^^^^^^
2024-01-06T15:15:53.1650777Z File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/material/plugins/blog/plugin.py", line 431, in _resolve_posts
2024-01-06T15:15:53.1652092Z os.makedirs(name, exist_ok = True)
2024-01-06T15:15:53.1652895Z File "", line 225, in makedirs
2024-01-06T15:15:53.1653670Z FileExistsError: [Errno 17] File exists: 'docs/posts'
2024-01-06T15:15:53.1969563Z ##[error]Process completed with exit code 1.
2024-01-06T15:15:53.2068555Z Post job cleanup.
2024-01-06T15:15:53.2834020Z [command]/usr/bin/git version
2024-01-06T15:15:53.2876782Z git version 2.43.0
2024-01-06T15:15:53.2922346Z Temporarily overriding HOME='/home/runner/work/_temp/3d75167c-778a-49ad-8e79-71b76f437620' before making global git config changes
2024-01-06T15:15:53.2924266Z Adding repository directory to the temporary git global config as a safe directory
2024-01-06T15:15:53.2929115Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/wp-convert/wp-convert
2024-01-06T15:15:53.2967731Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2024-01-06T15:15:53.3001707Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-01-06T15:15:53.3264588Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2024-01-06T15:15:53.3286645Z http.https://github.com/.extraheader
2024-01-06T15:15:53.3298277Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-01-06T15:15:53.3331367Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-01-06T15:15:53.3945463Z Cleaning up orphan processes
Beta Was this translation helpful? Give feedback.
All reactions