Closed MikkelMathiasen23 closed 2 years ago
Thank you for opening an issue. If this issue is related to a bug, please follow the steps and provide the information outlined in the Troubleshooting Guide. Failure to follow these instructions may result in automatic closing of this issue.
Looks like you did not place a SSH key correctly in your repo? I would suggest setting up a regular fastpages repo and walking through the steps to see an example of what this means. Let me know if that helps.
Closing due to no reponse
Required Prerequisites for filing a bug
You must follow ALL the steps in the troubleshooting guide. Not doing so may result in automatic closure of the issue.
Required information
Steps to reproduce the problem We are wanting to save the intermediary html versions of our notebooks before creating the gh-pages. We are following the approach given in the FAQ: ...
... When doing so we get the following error when the github-actions (CI.yaml file) runs:
Identity added: _mykey (_mykey) Warning: Permanently added 'github.com,140.82.112.3' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
A link to the notebook or markdown file where the error is occurring The error is happening in the GItHub actions. It is about the following notebook: https://github.com/MikkelMathiasen23/GameOfThrones_Network/blob/master/_notebooks/2021-11-13-03_Basic_Statistics.ipynb
If the error is happening in GitHub Actions, a link to the specific error along with how you are able to reproduce this error. You must provide this in addition to the link to the notebook or markdown file. The error can be found here: https://github.com/MikkelMathiasen23/GameOfThrones_Network/runs/4221796102?check_suite_focus=true
Step one explains how to reproduce the error.