6s
2s
Run mkdocs gh-deploy --force
INFO - MERMAID2 - Initialization arguments: {}
INFO - MERMAID2 - Explicit mermaid javascript library:
https://unpkg.com/mermaid/dist/mermaid.min.js
INFO - Cleaning site directory
INFO - Building documentation to directory: /home/runner/work/HE_Sr_Fellowship/HE_Sr_Fellowship/site
INFO - MERMAID2 - Page 'Mermaid diagrams': found 1 diagrams (with <pre><code='[language-]mermaid'>), converting to <div>...
INFO - MERMAID2 - Page 'Mermaid diagrams': found 1 diagrams, adding scripts
INFO - Documentation built in 0.46 seconds
WARNING - Version check skipped: No version specified in previous deployment.
INFO - Copying '/home/runner/work/HE_Sr_Fellowship/HE_Sr_Fellowship/site' to 'gh-pages' branch and pushing to GitHub.
remote: Permission to phoenixperry/HE_Sr_Fellowship.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/phoenixperry/HE_Sr_Fellowship/': The requested URL returned error: 403
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.11.2/x64/bin/mkdocs", line 8, in <module>
sys.exit(cli())
^^^^^
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/mkdocs/__main__.py", line 280, in gh_deploy_command
gh_deploy.gh_deploy(
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/mkdocs/commands/gh_deploy.py", line 127, in gh_deploy
ghp_import.ghp_import(
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/ghp_import.py", line 283, in ghp_import
git.check_call('push', opts['remote'], opts['branch'], '--force')
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/ghp_import.py", line 119, in check_call
sp.check_call(['git'] + list(args), **kwargs)
File "/opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'push', 'origin', 'gh-pages', '--force']' returned non-zero exit status 128.
Error: Process completed with exit code 1.