Skip to content

Error: The deploy step encountered an error: The process '/usr/bin/git' failed with exit code 128 ❌ #1549

@shiwanjun1995

Description

@shiwanjun1995

Describe the bug

Reproduction Steps

Logs

Workflow

Additional Comments

ζˆͺ屏2024-03-31 δΈ‹εˆ4 48 09

`name: Build and Deploy
on:
push:
branches:
- main

jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout πŸ›ŽοΈ
  uses: actions/checkout@v4

- name: Install and Build
  run: |
    npm install
    npm run-script build

- name: Deploy πŸš€
  uses: JamesIves/github-pages-deploy-action@v4
  with:
    token: ${{ secrets.ACCESS_TOKEN }}
    branch: gh-pages
    folder: build
    clean: true`

Metadata

Metadata

Assignees

No one assigned

    Labels

    support ❓Issues related to action support.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions