Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failing #289

Closed
shanamatthews opened this issue Oct 2, 2020 · 1 comment · Fixed by #293
Closed

Build failing #289

shanamatthews opened this issue Oct 2, 2020 · 1 comment · Fixed by #293
Assignees

Comments

@shanamatthews
Copy link
Contributor

@jimbobbennett

Hey Jim! The build is failing for this repo. Not sure if that's expected (or if I did something to mess it up?)
The error it gives is about permissions so I think it's a config problem.

https://github.com/microsoft/AcademicContent/runs/1200985370

Run git config --global user.email "[email protected]"
./deploy.sh: 3: [: microsoft: unexpected operator

[email protected] docs:build /home/runner/work/AcademicContent/AcademicContent
vuepress build docs

wait Extracting site metadata...
tip Apply theme @vuepress/theme-default ...
tip Apply plugin container (i.e. "vuepress-plugin-container") ...
tip Apply plugin @vuepress/last-updated (i.e. "@vuepress/plugin-last-updated") ...
tip Apply plugin @vuepress/register-components (i.e. "@vuepress/plugin-register-components") ...
tip Apply plugin @vuepress/active-header-links (i.e. "@vuepress/plugin-active-header-links") ...
tip Apply plugin @vuepress/search (i.e. "@vuepress/plugin-search") ...
tip Apply plugin @vuepress/nprogress (i.e. "@vuepress/plugin-nprogress") ...
[info] [webpackbar] Compiling Client
[info] [webpackbar] Compiling Server
Browserslist: caniuse-lite is outdated. Please run the following command: npx browserslist --update-db
[success] [webpackbar] Server: Compiled successfully in 11.83s
[success] [webpackbar] Client: Compiled successfully in 11.93s
wait Rendering static HTML...
success Generated static files in docs/.vuepress/dist.

Initialized empty Git repository in /home/runner/work/AcademicContent/AcademicContent/docs/.vuepress/dist/.git/
[master (root-commit) 336d562] deploy
21 files changed, 235 insertions(+)
create mode 100644 CONTRIBUTING.html
create mode 100644 assets/css/0.styles.47b177c7.css
create mode 100644 assets/img/search.83621669.svg
create mode 100644 assets/js/10.92811617.js
create mode 100644 assets/js/11.020a55c7.js
create mode 100644 assets/js/2.66562e48.js
create mode 100644 assets/js/3.7a41b788.js
create mode 100644 assets/js/4.5f60d4ea.js
create mode 100644 assets/js/5.03ea7ffc.js
create mode 100644 assets/js/6.c5c58b40.js
create mode 100644 assets/js/7.7cbd9f73.js
create mode 100644 assets/js/8.7f58d49d.js
create mode 100644 assets/js/9.6274317f.js
create mode 100644 assets/js/app.5747f694.js
create mode 100644 assets/logo.png
create mode 100644 content/event-content.html
create mode 100644 content/hackathon-content.html
create mode 100644 content/k-12-content.html
create mode 100644 content/learning-content.html
create mode 100644 favicon.ico
create mode 100644 index.html
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Error: Process completed with exit code 128.

@jimbobbennett
Copy link
Contributor

Yeah - I need to fix this. They changed the permissions to require SSO, and the GitHub action doesn't have the SSO permission needed to force push to the gh_pages branch.

Still trying to puzzle out how to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants