Skip to content

support: Incompatble with pnpm@v8, 404 file not found #1128

Open
@flynncao

Description

@flynncao

Checklist

  • I am using the latest version of this action.
  • I have read the latest README and followed the instructions.
  • I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.

Describe your question

What are the reasons of this problem?

Current workflow:

name: Node.js CI + Deploy

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]


jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    concurrency:
      group: 'pages'
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Install pnpm
        uses: pnpm/action-setup@v4
        with: 
          version: 8
      - name: Use Node.js Active LTS
        uses: actions/setup-node@v4
        with:
          node-version: lts/*
          cache: 'pnpm'
      - name: Install dependencies (yarn)
        run: pnpm i
      - name: Build assets
        run: pnpm build
      - name: Deploy
        uses: peaceiris/actions-gh-pages@v4
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          publish_dir: ./dist
          user_name: 'github-actions[bot]'
          user_email: '41898282+github-actions[bot]@users.noreply.github.com'

If I use pnpm@v8 in this workflow everything works fine.

name: Node.js CI + Deploy

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]


jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      pages: write
      id-token: write
    concurrency:
      group: 'pages'
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Install pnpm
        uses: pnpm/action-setup@v4
        with: 
          version: 8
      - name: Use Node.js Active LTS
        uses: actions/setup-node@v4
        with:
          node-version: lts/*
          cache: 'pnpm'
      - name: Install dependencies (yarn)
        run: pnpm i
      - name: Build assets
        run: pnpm build
      - name: Upload artifacts
        uses: actions/upload-pages-artifact@v3
        with:
           name: 'github-pages'
           path: dist
      - name: Deploy to GitHub Pages
        uses: actions/deploy-pages@v4
        with: 
          token: ${{ secrets.GITHUB_TOKEN }}
          artifact_name: 'github-pages'

Relevant links

Public repository: https://github.com/flynncao/bangumi-plugin-boilerplate
YAML config:
YAML workflow: https://github.com/flynncao/bangumi-plugin-boilerplate/actions/runs/16221170969/workflow

Relevant log output

2025-07-11T13:26:04.8588008Z Current runner version: '2.325.0'
2025-07-11T13:26:04.8626033Z ##[group]Runner Image Provisioner
2025-07-11T13:26:04.8627254Z Hosted Compute Agent
2025-07-11T13:26:04.8628234Z Version: 20250710.361
2025-07-11T13:26:04.8629328Z Commit: 1aa91963755b73deaa955e512f5de173acfde7a8
2025-07-11T13:26:04.8630488Z Build Date: 2025-07-10T18:39:53Z
2025-07-11T13:26:04.8631601Z ##[endgroup]
2025-07-11T13:26:04.8632502Z ##[group]Operating System
2025-07-11T13:26:04.8633521Z Ubuntu
2025-07-11T13:26:04.8634400Z 24.04.2
2025-07-11T13:26:04.8635443Z LTS
2025-07-11T13:26:04.8636183Z ##[endgroup]
2025-07-11T13:26:04.8637061Z ##[group]Runner Image
2025-07-11T13:26:04.8638250Z Image: ubuntu-24.04
2025-07-11T13:26:04.8639114Z Version: 20250629.1.0
2025-07-11T13:26:04.8641072Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250629.1/images/ubuntu/Ubuntu2404-Readme.md
2025-07-11T13:26:04.8643839Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250629.1
2025-07-11T13:26:04.8645950Z ##[endgroup]
2025-07-11T13:26:04.8647884Z ##[group]GITHUB_TOKEN Permissions
2025-07-11T13:26:04.8651158Z Contents: write
2025-07-11T13:26:04.8652087Z Metadata: read
2025-07-11T13:26:04.8652845Z ##[endgroup]
2025-07-11T13:26:04.8656324Z Secret source: Actions
2025-07-11T13:26:04.8657401Z Prepare workflow directory
2025-07-11T13:26:04.9171857Z Prepare all required actions
2025-07-11T13:26:04.9232729Z Getting action download info
2025-07-11T13:26:05.2082485Z ##[group]Download immutable action package 'actions/checkout@v4'
2025-07-11T13:26:05.2083437Z Version: 4.2.2
2025-07-11T13:26:05.2084569Z Digest: sha256:ccb2698953eaebd21c7bf6268a94f9c26518a7e38e27e0b83c1fe1ad049819b1
2025-07-11T13:26:05.2085953Z Source commit SHA: 11bd71901bbe5b1630ceea73d27597364c9af683
2025-07-11T13:26:05.2086642Z ##[endgroup]
2025-07-11T13:26:05.3320378Z Download action repository 'pnpm/action-setup@v4' (SHA:a7487c7e89a18df4991f7f222e4898a00d66ddda)
2025-07-11T13:26:05.7546787Z ##[group]Download immutable action package 'actions/setup-node@v4'
2025-07-11T13:26:05.7547675Z Version: 4.4.0
2025-07-11T13:26:05.7548400Z Digest: sha256:9427cefe82346e992fb5b949e3569b39d537ae41aa3086483b14eceebfc16bc1
2025-07-11T13:26:05.7549375Z Source commit SHA: 49933ea5288caeca8642d1e84afbd3f7d6820020
2025-07-11T13:26:05.7550011Z ##[endgroup]
2025-07-11T13:26:05.8950183Z Download action repository 'peaceiris/actions-gh-pages@v4' (SHA:4f9cc6602d3f66b9c108549d475ec49e8ef4d45e)
2025-07-11T13:26:06.3317592Z Complete job name: deploy
2025-07-11T13:26:06.4093297Z ##[group]Run actions/checkout@v4
2025-07-11T13:26:06.4094598Z with:
2025-07-11T13:26:06.4095623Z   repository: flynncao/bangumi-plugin-boilerplate
2025-07-11T13:26:06.4097323Z   token: ***
2025-07-11T13:26:06.4098213Z   ssh-strict: true
2025-07-11T13:26:06.4099098Z   ssh-user: git
2025-07-11T13:26:06.4099887Z   persist-credentials: true
2025-07-11T13:26:06.4100991Z   clean: true
2025-07-11T13:26:06.4101943Z   sparse-checkout-cone-mode: true
2025-07-11T13:26:06.4102990Z   fetch-depth: 1
2025-07-11T13:26:06.4103934Z   fetch-tags: false
2025-07-11T13:26:06.4104906Z   show-progress: true
2025-07-11T13:26:06.4105823Z   lfs: false
2025-07-11T13:26:06.4106701Z   submodules: false
2025-07-11T13:26:06.4107684Z   set-safe-directory: true
2025-07-11T13:26:06.4109123Z ##[endgroup]
2025-07-11T13:26:06.5192898Z Syncing repository: flynncao/bangumi-plugin-boilerplate
2025-07-11T13:26:06.5195917Z ##[group]Getting Git version info
2025-07-11T13:26:06.5197754Z Working directory is '/home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate'
2025-07-11T13:26:06.5199995Z [command]/usr/bin/git version
2025-07-11T13:26:06.5281482Z git version 2.49.0
2025-07-11T13:26:06.5307760Z ##[endgroup]
2025-07-11T13:26:06.5329565Z Temporarily overriding HOME='/home/runner/work/_temp/7bec0d4e-1c56-4027-8b58-14c483c2c925' before making global git config changes
2025-07-11T13:26:06.5332843Z Adding repository directory to the temporary git global config as a safe directory
2025-07-11T13:26:06.5335997Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate
2025-07-11T13:26:06.5371309Z Deleting the contents of '/home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate'
2025-07-11T13:26:06.5374350Z ##[group]Initializing the repository
2025-07-11T13:26:06.5379025Z [command]/usr/bin/git init /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate
2025-07-11T13:26:06.5457203Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-07-11T13:26:06.5459077Z hint: is subject to change. To configure the initial branch name to use in all
2025-07-11T13:26:06.5460759Z hint: of your new repositories, which will suppress this warning, call:
2025-07-11T13:26:06.5462020Z hint:
2025-07-11T13:26:06.5463006Z hint: 	git config --global init.defaultBranch <name>
2025-07-11T13:26:06.5464079Z hint:
2025-07-11T13:26:06.5465352Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-07-11T13:26:06.5468216Z hint: 'development'. The just-created branch can be renamed via this command:
2025-07-11T13:26:06.5469838Z hint:
2025-07-11T13:26:06.5470671Z hint: 	git branch -m <name>
2025-07-11T13:26:06.5472755Z Initialized empty Git repository in /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate/.git/
2025-07-11T13:26:06.5477485Z [command]/usr/bin/git remote add origin https://github.com/flynncao/bangumi-plugin-boilerplate
2025-07-11T13:26:06.5510459Z ##[endgroup]
2025-07-11T13:26:06.5511769Z ##[group]Disabling automatic garbage collection
2025-07-11T13:26:06.5513587Z [command]/usr/bin/git config --local gc.auto 0
2025-07-11T13:26:06.5544004Z ##[endgroup]
2025-07-11T13:26:06.5546366Z ##[group]Setting up auth
2025-07-11T13:26:06.5551662Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-07-11T13:26:06.5583666Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-07-11T13:26:06.5926647Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-07-11T13:26:06.5954762Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-07-11T13:26:06.6175695Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-07-11T13:26:06.6210383Z ##[endgroup]
2025-07-11T13:26:06.6211658Z ##[group]Fetching the repository
2025-07-11T13:26:06.6228484Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +90d9bafcde8a2820d93d8edff43eec82c102adbd:refs/remotes/origin/main
2025-07-11T13:26:06.9208394Z From https://github.com/flynncao/bangumi-plugin-boilerplate
2025-07-11T13:26:06.9214211Z  * [new ref]         90d9bafcde8a2820d93d8edff43eec82c102adbd -> origin/main
2025-07-11T13:26:06.9246196Z ##[endgroup]
2025-07-11T13:26:06.9248011Z ##[group]Determining the checkout info
2025-07-11T13:26:06.9250848Z ##[endgroup]
2025-07-11T13:26:06.9252112Z [command]/usr/bin/git sparse-checkout disable
2025-07-11T13:26:06.9297146Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-07-11T13:26:06.9326624Z ##[group]Checking out the ref
2025-07-11T13:26:06.9331227Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2025-07-11T13:26:06.9396210Z Switched to a new branch 'main'
2025-07-11T13:26:06.9399342Z branch 'main' set up to track 'origin/main'.
2025-07-11T13:26:06.9406350Z ##[endgroup]
2025-07-11T13:26:06.9440616Z [command]/usr/bin/git log -1 --format=%H
2025-07-11T13:26:06.9463262Z 90d9bafcde8a2820d93d8edff43eec82c102adbd
2025-07-11T13:26:06.9696695Z ##[group]Run pnpm/action-setup@v4
2025-07-11T13:26:06.9697637Z with:
2025-07-11T13:26:06.9698298Z   version: 8
2025-07-11T13:26:06.9699061Z   dest: ~/setup-pnpm
2025-07-11T13:26:06.9700046Z   run_install: null
2025-07-11T13:26:06.9700816Z   package_json_file: package.json
2025-07-11T13:26:06.9701715Z   standalone: false
2025-07-11T13:26:06.9702410Z ##[endgroup]
2025-07-11T13:26:07.0270471Z ##[group]Running self-installer...
2025-07-11T13:26:07.5727962Z Progress: resolved 1, reused 0, downloaded 0, added 0
2025-07-11T13:26:07.5887194Z Packages: +1
2025-07-11T13:26:07.5889451Z +
2025-07-11T13:26:07.9388312Z Progress: resolved 1, reused 0, downloaded 1, added 1, done
2025-07-11T13:26:07.9762312Z 
2025-07-11T13:26:07.9763014Z dependencies:
2025-07-11T13:26:07.9763732Z + pnpm 8.15.9 (10.13.1 is available)
2025-07-11T13:26:07.9764279Z 
2025-07-11T13:26:07.9796773Z Done in 789ms
2025-07-11T13:26:08.0006567Z ##[endgroup]
2025-07-11T13:26:08.0010320Z Installation Completed!
2025-07-11T13:26:08.0168028Z ##[group]Run actions/setup-node@v4
2025-07-11T13:26:08.0168568Z with:
2025-07-11T13:26:08.0168895Z   node-version: lts/*
2025-07-11T13:26:08.0169253Z   cache: pnpm
2025-07-11T13:26:08.0169562Z   always-auth: false
2025-07-11T13:26:08.0170024Z   check-latest: false
2025-07-11T13:26:08.0170562Z   token: ***
2025-07-11T13:26:08.0170848Z env:
2025-07-11T13:26:08.0171312Z   PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
2025-07-11T13:26:08.0171737Z ##[endgroup]
2025-07-11T13:26:08.1907057Z Attempt to resolve LTS alias from manifest...
2025-07-11T13:26:08.7684850Z Found in cache @ /opt/hostedtoolcache/node/22.17.0/x64
2025-07-11T13:26:08.7690756Z ##[group]Environment details
2025-07-11T13:26:11.1346910Z node: v22.17.0
2025-07-11T13:26:11.1423409Z npm: 10.9.2
2025-07-11T13:26:11.1424088Z yarn: 1.22.22
2025-07-11T13:26:11.1425556Z ##[endgroup]
2025-07-11T13:26:11.1426170Z [command]/home/runner/setup-pnpm/node_modules/.bin/pnpm store path --silent
2025-07-11T13:26:11.6890305Z /home/runner/setup-pnpm/node_modules/.bin/store/v3
2025-07-11T13:26:11.8537617Z Cache hit for: node-cache-Linux-x64-pnpm-853484de628370df39b150997e714583889c2f403942e8b79330ed3f936e15dc
2025-07-11T13:26:12.5220555Z Received 24439891 of 24439891 (100.0%), 42.4 MBs/sec
2025-07-11T13:26:12.5221406Z Cache Size: ~23 MB (24439891 B)
2025-07-11T13:26:12.5251674Z [command]/usr/bin/tar -xf /home/runner/work/_temp/93677cd6-5bd2-4c4c-818f-458c48f9d72b/cache.tzst -P -C /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate --use-compress-program unzstd
2025-07-11T13:26:13.0853483Z Cache restored successfully
2025-07-11T13:26:13.0906301Z Cache restored from key: node-cache-Linux-x64-pnpm-853484de628370df39b150997e714583889c2f403942e8b79330ed3f936e15dc
2025-07-11T13:26:13.1048324Z ##[group]Run pnpm i
2025-07-11T13:26:13.1048644Z �[36;1mpnpm i�[0m
2025-07-11T13:26:13.1156687Z shell: /usr/bin/bash -e {0}
2025-07-11T13:26:13.1156972Z env:
2025-07-11T13:26:13.1157230Z   PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
2025-07-11T13:26:13.1157558Z ##[endgroup]
2025-07-11T13:26:13.5451728Z  WARN  Ignoring not compatible lockfile at /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate/pnpm-lock.yaml
2025-07-11T13:26:13.7001037Z Progress: resolved 1, reused 0, downloaded 0, added 0
2025-07-11T13:26:14.7006370Z Progress: resolved 96, reused 43, downloaded 42, added 0
2025-07-11T13:26:15.6999680Z Progress: resolved 343, reused 205, downloaded 95, added 0
2025-07-11T13:26:16.6091655Z Packages: +364
2025-07-11T13:26:16.6092518Z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2025-07-11T13:26:16.7003590Z Progress: resolved 405, reused 248, downloaded 120, added 86
2025-07-11T13:26:16.9725479Z Progress: resolved 405, reused 248, downloaded 121, added 364, done
2025-07-11T13:26:17.0482285Z .../node_modules/simple-git-hooks postinstall$ node ./postinstall.js
2025-07-11T13:26:17.1049081Z .../node_modules/simple-git-hooks postinstall: [INFO] Successfully set the pre-commit with command: npm run lint-staged
2025-07-11T13:26:17.1763762Z .../node_modules/simple-git-hooks postinstall: Done
2025-07-11T13:26:17.1837367Z .../node_modules/unrs-resolver postinstall$ napi-postinstall unrs-resolver 1.11.1 check
2025-07-11T13:26:17.2284161Z .../node_modules/unrs-resolver postinstall: Done
2025-07-11T13:26:17.5673648Z 
2025-07-11T13:26:17.5674599Z devDependencies:
2025-07-11T13:26:17.5675982Z + @rollup/plugin-strip 3.0.4
2025-07-11T13:26:17.5676938Z + @sxzz/eslint-config 6.2.0 (7.0.5 is available)
2025-07-11T13:26:17.5677530Z + concurrently 9.2.0
2025-07-11T13:26:17.5677881Z + eslint 9.30.1
2025-07-11T13:26:17.5678309Z + lint-staged 15.5.2 (16.1.2 is available)
2025-07-11T13:26:17.5678774Z + prettier 3.6.2
2025-07-11T13:26:17.5679153Z + rollup 4.44.2
2025-07-11T13:26:17.5679699Z + rollup-plugin-import-css 3.5.8 (4.0.1 is available)
2025-07-11T13:26:17.5680434Z + rollup-plugin-userscript-metadata 2.0.1
2025-07-11T13:26:17.5680987Z + simple-git-hooks 2.13.0
2025-07-11T13:26:17.5681220Z 
2025-07-11T13:26:17.5682801Z Done in 4.4s
2025-07-11T13:26:17.6178585Z ##[group]Run pnpm build
2025-07-11T13:26:17.6178884Z �[36;1mpnpm build�[0m
2025-07-11T13:26:17.6236123Z shell: /usr/bin/bash -e {0}
2025-07-11T13:26:17.6236378Z env:
2025-07-11T13:26:17.6236619Z   PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
2025-07-11T13:26:17.6236916Z ##[endgroup]
2025-07-11T13:26:18.0259957Z 
2025-07-11T13:26:18.0261376Z > [email protected] build /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate
2025-07-11T13:26:18.0262599Z > rollup -c --environment BUILD:production
2025-07-11T13:26:18.0262958Z 
2025-07-11T13:26:18.1808103Z �[36m
2025-07-11T13:26:18.1808633Z �[1msrc/main.js�[22m → �[1mdist/index.user.js�[22m...�[39m
2025-07-11T13:26:18.2597270Z �[32mcreated �[1mdist/index.user.js�[22m in �[1m79ms�[22m�[39m
2025-07-11T13:26:18.2831636Z ##[group]Run peaceiris/actions-gh-pages@v4
2025-07-11T13:26:18.2831922Z with:
2025-07-11T13:26:18.2832350Z   github_token: ***
2025-07-11T13:26:18.2832545Z   publish_dir: ./dist
2025-07-11T13:26:18.2832758Z   user_name: github-actions[bot]
2025-07-11T13:26:18.2833074Z   user_email: 41898282+github-actions[bot]@users.noreply.github.com
2025-07-11T13:26:18.2833417Z   publish_branch: gh-pages
2025-07-11T13:26:18.2833638Z   allow_empty_commit: false
2025-07-11T13:26:18.2833847Z   keep_files: false
2025-07-11T13:26:18.2834042Z   force_orphan: false
2025-07-11T13:26:18.2834230Z   enable_jekyll: false
2025-07-11T13:26:18.2834424Z   disable_nojekyll: false
2025-07-11T13:26:18.2834631Z   exclude_assets: .github
2025-07-11T13:26:18.2834817Z env:
2025-07-11T13:26:18.2835029Z   PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
2025-07-11T13:26:18.2835507Z ##[endgroup]
2025-07-11T13:26:18.3449269Z [INFO] Usage https://github.com/peaceiris/actions-gh-pages#readme
2025-07-11T13:26:18.3454578Z ##[group]Dump inputs
2025-07-11T13:26:18.3455348Z [INFO] GithubToken: true
2025-07-11T13:26:18.3455885Z [INFO] PublishBranch: gh-pages
2025-07-11T13:26:18.3456376Z [INFO] PublishDir: ./dist
2025-07-11T13:26:18.3456828Z [INFO] DestinationDir: 
2025-07-11T13:26:18.3457278Z [INFO] ExternalRepository: 
2025-07-11T13:26:18.3457803Z [INFO] AllowEmptyCommit: false
2025-07-11T13:26:18.3458284Z [INFO] KeepFiles: false
2025-07-11T13:26:18.3458721Z [INFO] ForceOrphan: false
2025-07-11T13:26:18.3459259Z [INFO] UserName: github-actions[bot]
2025-07-11T13:26:18.3460077Z [INFO] UserEmail: 41898282+github-actions[bot]@users.noreply.github.com
2025-07-11T13:26:18.3460779Z [INFO] CommitMessage: 
2025-07-11T13:26:18.3461216Z [INFO] FullCommitMessage: 
2025-07-11T13:26:18.3461631Z [INFO] TagName: 
2025-07-11T13:26:18.3462038Z [INFO] TagMessage: 
2025-07-11T13:26:18.3462556Z [INFO] EnableJekyll (DisableNoJekyll): false
2025-07-11T13:26:18.3463054Z [INFO] CNAME: 
2025-07-11T13:26:18.3463457Z [INFO] ExcludeAssets .github
2025-07-11T13:26:18.3463743Z 
2025-07-11T13:26:18.3464161Z ##[endgroup]
2025-07-11T13:26:18.3464711Z ##[group]Setup auth token
2025-07-11T13:26:18.3465385Z [INFO] setup GITHUB_TOKEN
2025-07-11T13:26:18.3466741Z ##[endgroup]
2025-07-11T13:26:18.3467332Z ##[group]Prepare publishing assets
2025-07-11T13:26:18.3468105Z [INFO] ForceOrphan: false
2025-07-11T13:26:18.3514628Z [command]/usr/bin/git clone --depth=1 --single-branch --branch gh-pages ***github.com/flynncao/bangumi-plugin-boilerplate.git /home/runner/actions_github_pages_1752240378346
2025-07-11T13:26:18.3551310Z Cloning into '/home/runner/actions_github_pages_1752240378346'...
2025-07-11T13:26:18.5704362Z [INFO] clean up /home/runner/actions_github_pages_1752240378346
2025-07-11T13:26:18.5705415Z [INFO] chdir /home/runner/actions_github_pages_1752240378346
2025-07-11T13:26:18.5721053Z [command]/usr/bin/git rm -r --ignore-unmatch *
2025-07-11T13:26:18.5751313Z rm '.nojekyll'
2025-07-11T13:26:18.5752008Z rm 'index.user.js'
2025-07-11T13:26:18.5755899Z [INFO] chdir /home/runner/actions_github_pages_1752240378346
2025-07-11T13:26:18.5756636Z [INFO] prepare publishing assets
2025-07-11T13:26:18.5758602Z [INFO] copy /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate/dist to /home/runner/actions_github_pages_1752240378346
2025-07-11T13:26:18.5798444Z cp: no such file or directory: /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate/dist/.*
2025-07-11T13:26:18.5801079Z [INFO] delete excluded assets
2025-07-11T13:26:18.5832781Z rm: no paths given
2025-07-11T13:26:18.5834965Z [INFO] Created /home/runner/actions_github_pages_1752240378346/.nojekyll
2025-07-11T13:26:18.5836383Z ##[endgroup]
2025-07-11T13:26:18.5836982Z ##[group]Setup Git config
2025-07-11T13:26:18.5851503Z [command]/usr/bin/git remote rm origin
2025-07-11T13:26:18.5898589Z [command]/usr/bin/git remote add origin ***github.com/flynncao/bangumi-plugin-boilerplate.git
2025-07-11T13:26:18.5940641Z [command]/usr/bin/git add --all
2025-07-11T13:26:18.5984637Z [command]/usr/bin/git config user.name github-actions[bot]
2025-07-11T13:26:18.6027470Z [command]/usr/bin/git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2025-07-11T13:26:18.6055542Z ##[endgroup]
2025-07-11T13:26:18.6056087Z ##[group]Create a commit
2025-07-11T13:26:18.6070564Z [command]/usr/bin/git commit -m deploy: 90d9bafcde8a2820d93d8edff43eec82c102adbd
2025-07-11T13:26:18.6098382Z On branch gh-pages
2025-07-11T13:26:18.6098869Z nothing to commit, working tree clean
2025-07-11T13:26:18.6103007Z [INFO] skip commit
2025-07-11T13:26:18.6103777Z ##[endgroup]
2025-07-11T13:26:18.6104186Z ##[group]Push the commit or tag
2025-07-11T13:26:18.6117535Z [command]/usr/bin/git push origin gh-pages
2025-07-11T13:26:18.8538458Z Everything up-to-date
2025-07-11T13:26:18.8573576Z ##[endgroup]
2025-07-11T13:26:18.8574029Z [INFO] Action successfully completed
2025-07-11T13:26:18.8670846Z Post job cleanup.
2025-07-11T13:26:19.0218532Z Cache hit occurred on the primary key node-cache-Linux-x64-pnpm-853484de628370df39b150997e714583889c2f403942e8b79330ed3f936e15dc, not saving cache.
2025-07-11T13:26:19.0299833Z Post job cleanup.
2025-07-11T13:26:19.0833901Z Pruning is unnecessary.
2025-07-11T13:26:19.0920688Z Post job cleanup.
2025-07-11T13:26:19.1850819Z [command]/usr/bin/git version
2025-07-11T13:26:19.1886481Z git version 2.49.0
2025-07-11T13:26:19.1928755Z Temporarily overriding HOME='/home/runner/work/_temp/723743d7-9be5-4c25-add8-21331d1c1df9' before making global git config changes
2025-07-11T13:26:19.1929928Z Adding repository directory to the temporary git global config as a safe directory
2025-07-11T13:26:19.1934226Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/bangumi-plugin-boilerplate/bangumi-plugin-boilerplate
2025-07-11T13:26:19.1969299Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-07-11T13:26:19.2015575Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-07-11T13:26:19.2225618Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-07-11T13:26:19.2244937Z http.https://github.com/.extraheader
2025-07-11T13:26:19.2257861Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2025-07-11T13:26:19.2289181Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-07-11T13:26:19.2607219Z Cleaning up orphan processes

Additional context.

pnpm build will generate one and the only file, index.user.js under ./dist directory.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions