ghaction-github-pages
ghaction-github-pages copied to clipboard
Push to remote repo does not work
Behaviour
Steps to reproduce this issue
It seems that github changed something and push to the remote repository stopped working.
Expected behaviour
Tell me what should happen
Actual behaviour
Tell me what happens instead
Configuration
- Repository URL (if public):
- Build URL (if public):
- name: Deploy WebAssembly to other repository GitHub Pages
if: inputs.deploy-web-assembly-path != '' &&
env.CONVENTIONAL-COMMITS-PUBLISH-CONDITIONS == 'true' &&
inputs.deploy-web-assembly-repo != ''
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: ${{ inputs.deploy-web-assembly-path }}
repo: ${{ inputs.deploy-web-assembly-repo }}
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.personal-token }}
Logs
Download the log file of your build and attach it to this issue.