WorldHealthOrganization / WorldHealthOrganization/smart-base

github pages deploy fails but no error

Open
#79 1 comment 1 reaction 1 assignee View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
0
Forks
7
PR merge metrics
No merged PRs in 30d

Description

see below for build log. no apparent errors, but the build failed.

un JamesIves/github-pages-deploy-action@v4.4.2
with:
token: ***
branch: gh-pages
folder: ./output
commit-message: Deploy main branch
single-commit: true
clean-exclude: branches
sitepreview

clean: true
force: true

env:
GITHUB_TOKEN: ***
BRANCH_NAME: main
IS_DEFAULT_BRANCH: true
DEPLOY_URL: https://worldhealthorganization.github.io/smart-base
╭━━━╮╭╮╭╮╱╭╮╱╱╭╮╱╱╭━━━╮
┃╭━╮┣╯╰┫┃╱┃┃╱╱┃┃╱╱┃╭━╮┃
┃┃╱╰╋╮╭┫╰━╯┣╮╭┫╰━╮┃╰━╯┣━━┳━━┳━━┳━━╮
┃┃╭━╋┫┃┃╭━╮┃┃┃┃╭╮┃┃╭━━┫╭╮┃╭╮┃┃━┫━━┫
┃╰┻━┃┃╰┫┃╱┃┃╰╯┃╰╯┃┃┃╱╱┃╭╮┃╰╯┃┃━╋━━┃
╰━━━┻┻━┻╯╱╰┻━━┻━━╯╰╯╱╱╰╯╰┻━╮┣━━┻━━╯
╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
╭━━━╮╱╱╱╱╱╭╮╱╱╱╱╱╱╱╱╭━━━╮╱╱╭╮
╰╮╭╮┃╱╱╱╱╱┃┃╱╱╱╱╱╱╱╱┃╭━╮┃╱╭╯╰╮
╱┃┃┃┣━━┳━━┫┃╭━━┳╮╱╭╮┃┃╱┃┣━┻╮╭╋┳━━┳━╮
╱┃┃┃┃┃━┫╭╮┃┃┃╭╮┃┃╱┃┃┃╰━╯┃╭━┫┃┣┫╭╮┃╭╮╮
╭╯╰╯┃┃━┫╰╯┃╰┫╰╯┃╰━╯┃┃╭━╮┃╰━┫╰┫┃╰╯┃┃┃┃
╰━━━┻━━┫╭━┻━┻━━┻━╮╭╯╰╯╱╰┻━━┻━┻┻━━┻╯╰╯
╱╱╱╱╱╱╱┃┃╱╱╱╱╱╱╭━╯┃
╱╱╱╱╱╱╱╰╯╱╱╱╱╱╱╰━━╯

💖 Support: https://github.com/sponsors/JamesIves
📣 Maintained by James Ives: https://jamesiv.es/
🚀 Getting Started Guide: https://github.com/JamesIves/github-pages-deploy-action
❓ Discussions / Q&A: https://github.com/JamesIves/github-pages-deploy-action/discussions
🔧 Report a Bug: https://github.com/JamesIves/github-pages-deploy-action/issues

Checking configuration and starting deployment… 🚦
Deploying using Deploy Token… 🔑
Configuring git…
/usr/bin/git config --global --add safe.directory /home/runner/work/smart-base/smart-base
/usr/bin/git config user.name litlfred
/usr/bin/git config user.email litlfred@gmail.com
/usr/bin/git config core.ignorecase false
/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
/usr/bin/git remote rm origin
/usr/bin/git remote add origin ***github.com/WorldHealthOrganization/smart-base.git
Git configured… 🔧
Starting to commit changes…
/usr/bin/git ls-remote --heads ***github.com/WorldHealthOrganization/smart-base.git refs/heads/gh-pages
6cf8932b0ae442da27d527ad32d8f3f2bf43960b refs/heads/gh-pages
Creating worktree…
/usr/bin/git fetch --no-recurse-submodules --depth=1 origin gh-pages
From https://github.com/WorldHealthOrganization/smart-base

  • branch gh-pages -> FETCH_HEAD
  • [new branch] gh-pages -> origin/gh-pages
    /usr/bin/git worktree add --no-checkout --detach github-pages-deploy-action-temp-deployment-folder
    Preparing worktree (detached HEAD ea821e7c)
    /usr/bin/git checkout --orphan gh-pages origin/gh-pages
    Previous HEAD position was ea821e7c Merge pull request #78 from WorldHealthOrganization/copilot/fix-77
    Switched to a new branch 'gh-pages'
    /usr/bin/chmod -R +rw /home/runner/work/smart-base/smart-base/output
    /usr/bin/rsync -q -av --checksum --progress /home/runner/work/smart-base/smart-base/output/. github-pages-deploy-action-temp-deployment-folder --delete --exclude branches --exclude sitepreview --exclude CNAME --exclude .nojekyll --exclude .ssh --exclude .git --exclude .github
    /usr/bin/git add --all .
    Checking if there are files to commit…
    /usr/bin/git add --all .
    /usr/bin/git checkout -b github-pages-deploy-action/vmfzt9rsp
    Switched to a new branch 'github-pages-deploy-action/vmfzt9rsp'
    /usr/bin/git commit -m Deploy main branch --quiet --no-verify
    Force-pushing changes...
    /usr/bin/git push --force ***github.com/WorldHealthOrganization/smart-base.git github-pages-deploy-action/vmfzt9rsp:gh-pages
    remote: Permission to WorldHealthOrganization/smart-base.git denied to github-actions[bot].
    fatal: unable to access 'https://github.com/WorldHealthOrganization/smart-base.git/': The requested URL returned error: 403
    Running post deployment cleanup jobs… 🗑️
    /usr/bin/git checkout -B github-pages-deploy-action/vmfzt9rsp
    Reset branch 'github-pages-deploy-action/vmfzt9rsp'
    /usr/bin/chmod -R +rw github-pages-deploy-action-temp-deployment-folder
    /usr/bin/git worktree remove github-pages-deploy-action-temp-deployment-folder --force

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.