actions-gh-pages icon indicating copy to clipboard operation
actions-gh-pages copied to clipboard

support: all built assets are getting deleted during `deploy | prepare publishing assets`

Open maifeeulasad opened this issue 1 year ago • 5 comments

Checklist

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

Describe your question

all built assets are getting deleted during deploy | prepare publishing assets

Relevant links

Public repository: https://github.com/maifeeulasad/react-pipeline/tree/7083eee5f2eff303018cc2b70e8e9ec6cf52e277
YAML config:
YAML workflow: https://github.com/maifeeulasad/react-pipeline/blob/7083eee5f2eff303018cc2b70e8e9ec6cf52e277/.github/workflows/pipeline.yml

Relevant log output

First group:

2022-05-22T12:59:15.2662088Z [INFO] ForceOrphan: false
2022-05-22T12:59:15.2700216Z [command]/usr/bin/git clone --depth=1 --single-branch --branch gh-pages [email protected]:maifeeulasad/react-pipeline.git /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:15.2730370Z Cloning into '/home/runner/actions_github_pages_1653224355265'...
2022-05-22T12:59:15.4864770Z Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts.
2022-05-22T12:59:16.1213875Z [INFO] clean up /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1214743Z [INFO] chdir /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1237207Z [command]/usr/bin/git rm -r --ignore-unmatch *
2022-05-22T12:59:16.1277837Z rm '.nojekyll'
2022-05-22T12:59:16.1278645Z rm 'assets/index.a1b41c0e.js'
2022-05-22T12:59:16.1279447Z rm 'assets/index.a9eaa066.css'
2022-05-22T12:59:16.1282035Z rm 'assets/logo.6000b0e9.svg'
2022-05-22T12:59:16.1282811Z rm 'assets/web-vitals.67dce932.js'
2022-05-22T12:59:16.1283713Z rm 'favicon.ico'
2022-05-22T12:59:16.1284391Z rm 'index.html'
2022-05-22T12:59:16.1285068Z rm 'logo192.png'
2022-05-22T12:59:16.1285693Z rm 'logo512.png'
2022-05-22T12:59:16.1286340Z rm 'manifest.json'
2022-05-22T12:59:16.1287041Z rm 'robots.txt'
2022-05-22T12:59:16.1287784Z [INFO] chdir /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1288705Z [INFO] prepare publishing assets
2022-05-22T12:59:16.1289833Z [INFO] copy /home/runner/work/react-pipeline/react-pipeline/build to /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1378739Z cp: no such file or directory: /home/runner/work/react-pipeline/react-pipeline/build/.*
2022-05-22T12:59:16.1380725Z [INFO] delete excluded assets

Second group:

2022-05-22T12:59:16.1752017Z On branch gh-pages
2022-05-22T12:59:16.1752742Z nothing to commit, working tree clean
2022-05-22T12:59:16.1757269Z [INFO] skip commit

Additional context.

This is happening after migrating to vite from react-scripts. And with react-script, I had this if-present flag during building, like yarn build --if-present. This has been remove as it is not an accepted args in vite. Now I've just commented that out, like yarn build #--if-present.

Full log file:

2022-05-22T12:58:48.7457498Z Requested labels: ubuntu-latest
2022-05-22T12:58:48.7457556Z Job defined at: maifeeulasad/react-pipeline/.github/workflows/pipeline.yml@refs/heads/main
2022-05-22T12:58:48.7457576Z Waiting for a runner to pick up this job...
2022-05-22T12:58:49.1152100Z Job is waiting for a hosted runner to come online.
2022-05-22T12:58:51.9194478Z Job is about to start running on the hosted runner: Hosted Agent (hosted)
2022-05-22T12:58:53.9505233Z Current runner version: '2.291.1'
2022-05-22T12:58:53.9534035Z ##[group]Operating System
2022-05-22T12:58:53.9535080Z Ubuntu
2022-05-22T12:58:53.9535877Z 20.04.4
2022-05-22T12:58:53.9536834Z LTS
2022-05-22T12:58:53.9537644Z ##[endgroup]
2022-05-22T12:58:53.9538416Z ##[group]Virtual Environment
2022-05-22T12:58:53.9539255Z Environment: ubuntu-20.04
2022-05-22T12:58:53.9540047Z Version: 20220515.1
2022-05-22T12:58:53.9541239Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20220515.1/images/linux/Ubuntu2004-Readme.md
2022-05-22T12:58:53.9542542Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20220515.1
2022-05-22T12:58:53.9543601Z ##[endgroup]
2022-05-22T12:58:53.9544407Z ##[group]Virtual Environment Provisioner
2022-05-22T12:58:53.9545279Z 1.0.0.0-main-20220421-1
2022-05-22T12:58:53.9546019Z ##[endgroup]
2022-05-22T12:58:53.9547962Z ##[group]GITHUB_TOKEN Permissions
2022-05-22T12:58:53.9549097Z Actions: write
2022-05-22T12:58:53.9550061Z Checks: write
2022-05-22T12:58:53.9550873Z Contents: write
2022-05-22T12:58:53.9551681Z Deployments: write
2022-05-22T12:58:53.9552453Z Discussions: write
2022-05-22T12:58:53.9553250Z Issues: write
2022-05-22T12:58:53.9553968Z Metadata: read
2022-05-22T12:58:53.9554773Z Packages: write
2022-05-22T12:58:53.9555509Z Pages: write
2022-05-22T12:58:53.9556308Z PullRequests: write
2022-05-22T12:58:53.9557102Z RepositoryProjects: write
2022-05-22T12:58:53.9557933Z SecurityEvents: write
2022-05-22T12:58:53.9558676Z Statuses: write
2022-05-22T12:58:53.9559475Z ##[endgroup]
2022-05-22T12:58:53.9563667Z Secret source: Actions
2022-05-22T12:58:53.9564714Z Prepare workflow directory
2022-05-22T12:58:54.0405828Z Prepare all required actions
2022-05-22T12:58:54.0594567Z Getting action download info
2022-05-22T12:58:54.3579925Z Download action repository 'actions/checkout@v1' (SHA:50fbc622fc4ef5163becd7fab6573eac35f8462e)
2022-05-22T12:58:54.8800866Z Download action repository 'actions/setup-node@v1' (SHA:f1f314fca9dfce2769ece7d933488f076716723e)
2022-05-22T12:58:55.3569710Z Download action repository 'peaceiris/actions-gh-pages@v3' (SHA:068dc23d9710f1ba62e86896f84735d869951305)
2022-05-22T12:58:56.1064723Z ##[group]Run actions/checkout@v1
2022-05-22T12:58:56.1065297Z with:
2022-05-22T12:58:56.1065761Z   clean: true
2022-05-22T12:58:56.1066210Z ##[endgroup]
2022-05-22T12:58:56.4742086Z Syncing repository: maifeeulasad/react-pipeline
2022-05-22T12:58:56.4817885Z ##[command]git version
2022-05-22T12:58:56.5271432Z git version 2.36.1
2022-05-22T12:58:56.5357885Z ##[command]git lfs version
2022-05-22T12:58:57.0810811Z git-lfs/3.1.4 (GitHub; linux amd64; go 1.17.8)
2022-05-22T12:58:57.0978129Z ##[command]git init "/home/runner/work/react-pipeline/react-pipeline"
2022-05-22T12:58:57.1063372Z hint: Using 'master' as the name for the initial branch. This default branch name
2022-05-22T12:58:57.1093003Z hint: is subject to change. To configure the initial branch name to use in all
2022-05-22T12:58:57.1094327Z hint: of your new repositories, which will suppress this warning, call:
2022-05-22T12:58:57.1095172Z hint: 
2022-05-22T12:58:57.1096236Z hint: 	git config --global init.defaultBranch <name>
2022-05-22T12:58:57.1097210Z hint: 
2022-05-22T12:58:57.1098132Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2022-05-22T12:58:57.1099381Z hint: 'development'. The just-created branch can be renamed via this command:
2022-05-22T12:58:57.1100252Z hint: 
2022-05-22T12:58:57.1100982Z hint: 	git branch -m <name>
2022-05-22T12:58:57.1282493Z Initialized empty Git repository in /home/runner/work/react-pipeline/react-pipeline/.git/
2022-05-22T12:58:57.1283639Z ##[command]git remote add origin https://github.com/maifeeulasad/react-pipeline
2022-05-22T12:58:57.1330982Z ##[command]git config gc.auto 0
2022-05-22T12:58:57.1331772Z ##[command]git config --get-all http.https://github.com/maifeeulasad/react-pipeline.extraheader
2022-05-22T12:58:57.1348881Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --tags --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/*
2022-05-22T12:58:57.4764583Z remote: Enumerating objects: 187, done.        
2022-05-22T12:58:57.4765883Z remote: Counting objects:   0% (1/187)        
2022-05-22T12:58:57.4766855Z remote: Counting objects:   1% (2/187)        
2022-05-22T12:58:57.4768180Z remote: Counting objects:   2% (4/187)        
2022-05-22T12:58:57.4769577Z remote: Counting objects:   3% (6/187)        
2022-05-22T12:58:57.4770475Z remote: Counting objects:   4% (8/187)        
2022-05-22T12:58:57.4778306Z remote: Counting objects:   5% (10/187)        
2022-05-22T12:58:57.4786508Z remote: Counting objects:   6% (12/187)        
2022-05-22T12:58:57.4791718Z remote: Counting objects:   7% (14/187)        
2022-05-22T12:58:57.4796767Z remote: Counting objects:   8% (15/187)        
2022-05-22T12:58:57.4911170Z remote: Counting objects:   9% (17/187)        
2022-05-22T12:58:57.4911848Z remote: Counting objects:  10% (19/187)        
2022-05-22T12:58:57.4912507Z remote: Counting objects:  11% (21/187)        
2022-05-22T12:58:57.4913052Z remote: Counting objects:  12% (23/187)        
2022-05-22T12:58:57.4913633Z remote: Counting objects:  13% (25/187)        
2022-05-22T12:58:57.4914186Z remote: Counting objects:  14% (27/187)        
2022-05-22T12:58:57.4914741Z remote: Counting objects:  15% (29/187)        
2022-05-22T12:58:57.4915458Z remote: Counting objects:  16% (30/187)        
2022-05-22T12:58:57.4916339Z remote: Counting objects:  17% (32/187)        
2022-05-22T12:58:57.4917061Z remote: Counting objects:  18% (34/187)        
2022-05-22T12:58:57.4917599Z remote: Counting objects:  19% (36/187)        
2022-05-22T12:58:57.4918155Z remote: Counting objects:  20% (38/187)        
2022-05-22T12:58:57.4918740Z remote: Counting objects:  21% (40/187)        
2022-05-22T12:58:57.4919291Z remote: Counting objects:  22% (42/187)        
2022-05-22T12:58:57.4919830Z remote: Counting objects:  23% (44/187)        
2022-05-22T12:58:57.4920390Z remote: Counting objects:  24% (45/187)        
2022-05-22T12:58:57.4920952Z remote: Counting objects:  25% (47/187)        
2022-05-22T12:58:57.4921850Z remote: Counting objects:  26% (49/187)        
2022-05-22T12:58:57.4922407Z remote: Counting objects:  27% (51/187)        
2022-05-22T12:58:57.4922950Z remote: Counting objects:  28% (53/187)        
2022-05-22T12:58:57.4923510Z remote: Counting objects:  29% (55/187)        
2022-05-22T12:58:57.4924791Z remote: Counting objects:  30% (57/187)        
2022-05-22T12:58:57.4925591Z remote: Counting objects:  31% (58/187)        
2022-05-22T12:58:57.4926295Z remote: Counting objects:  32% (60/187)        
2022-05-22T12:58:57.4926997Z remote: Counting objects:  33% (62/187)        
2022-05-22T12:58:57.4927647Z remote: Counting objects:  34% (64/187)        
2022-05-22T12:58:57.4928324Z remote: Counting objects:  35% (66/187)        
2022-05-22T12:58:57.4929007Z remote: Counting objects:  36% (68/187)        
2022-05-22T12:58:57.4929685Z remote: Counting objects:  37% (70/187)        
2022-05-22T12:58:57.4930354Z remote: Counting objects:  38% (72/187)        
2022-05-22T12:58:57.4930973Z remote: Counting objects:  39% (73/187)        
2022-05-22T12:58:57.4931610Z remote: Counting objects:  40% (75/187)        
2022-05-22T12:58:57.4932474Z remote: Counting objects:  41% (77/187)        
2022-05-22T12:58:57.4933378Z remote: Counting objects:  42% (79/187)        
2022-05-22T12:58:57.4934225Z remote: Counting objects:  43% (81/187)        
2022-05-22T12:58:57.4935120Z remote: Counting objects:  44% (83/187)        
2022-05-22T12:58:57.4936014Z remote: Counting objects:  45% (85/187)        
2022-05-22T12:58:57.4937120Z remote: Counting objects:  46% (87/187)        
2022-05-22T12:58:57.4937886Z remote: Counting objects:  47% (88/187)        
2022-05-22T12:58:57.4938801Z remote: Counting objects:  48% (90/187)        
2022-05-22T12:58:57.4939684Z remote: Counting objects:  49% (92/187)        
2022-05-22T12:58:57.4940697Z remote: Counting objects:  50% (94/187)        
2022-05-22T12:58:57.4942483Z remote: Counting objects:  51% (96/187)        
2022-05-22T12:58:57.4944550Z remote: Counting objects:  52% (98/187)        
2022-05-22T12:58:57.4946115Z remote: Counting objects:  53% (100/187)        
2022-05-22T12:58:57.4948462Z remote: Counting objects:  54% (101/187)        
2022-05-22T12:58:57.4950555Z remote: Counting objects:  55% (103/187)        
2022-05-22T12:58:57.4952455Z remote: Counting objects:  56% (105/187)        
2022-05-22T12:58:57.4954184Z remote: Counting objects:  57% (107/187)        
2022-05-22T12:58:57.4955821Z remote: Counting objects:  58% (109/187)        
2022-05-22T12:58:57.4957401Z remote: Counting objects:  59% (111/187)        
2022-05-22T12:58:57.4958987Z remote: Counting objects:  60% (113/187)        
2022-05-22T12:58:57.4960438Z remote: Counting objects:  61% (115/187)        
2022-05-22T12:58:57.4961492Z remote: Counting objects:  62% (116/187)        
2022-05-22T12:58:57.4962436Z remote: Counting objects:  63% (118/187)        
2022-05-22T12:58:57.4963609Z remote: Counting objects:  64% (120/187)        
2022-05-22T12:58:57.4964222Z remote: Counting objects:  65% (122/187)        
2022-05-22T12:58:57.4964794Z remote: Counting objects:  66% (124/187)        
2022-05-22T12:58:57.4965359Z remote: Counting objects:  67% (126/187)        
2022-05-22T12:58:57.4965930Z remote: Counting objects:  68% (128/187)        
2022-05-22T12:58:57.5286244Z remote: Counting objects:  69% (130/187)        
2022-05-22T12:58:57.5286930Z remote: Counting objects:  70% (131/187)        
2022-05-22T12:58:57.5289868Z remote: Counting objects:  71% (133/187)        
2022-05-22T12:58:57.5290545Z remote: Counting objects:  72% (135/187)        
2022-05-22T12:58:57.5291195Z remote: Counting objects:  73% (137/187)        
2022-05-22T12:58:57.5293320Z remote: Counting objects:  74% (139/187)        
2022-05-22T12:58:57.5293969Z remote: Counting objects:  75% (141/187)        
2022-05-22T12:58:57.5294586Z remote: Counting objects:  76% (143/187)        
2022-05-22T12:58:57.5295221Z remote: Counting objects:  77% (144/187)        
2022-05-22T12:58:57.5297473Z remote: Counting objects:  78% (146/187)        
2022-05-22T12:58:57.5298458Z remote: Counting objects:  79% (148/187)        
2022-05-22T12:58:57.5299107Z remote: Counting objects:  80% (150/187)        
2022-05-22T12:58:57.5299729Z remote: Counting objects:  81% (152/187)        
2022-05-22T12:58:57.5300358Z remote: Counting objects:  82% (154/187)        
2022-05-22T12:58:57.5300978Z remote: Counting objects:  83% (156/187)        
2022-05-22T12:58:57.5301614Z remote: Counting objects:  84% (158/187)        
2022-05-22T12:58:57.5302233Z remote: Counting objects:  85% (159/187)        
2022-05-22T12:58:57.5302878Z remote: Counting objects:  86% (161/187)        
2022-05-22T12:58:57.5303500Z remote: Counting objects:  87% (163/187)        
2022-05-22T12:58:57.5304128Z remote: Counting objects:  88% (165/187)        
2022-05-22T12:58:57.5304742Z remote: Counting objects:  89% (167/187)        
2022-05-22T12:58:57.5305367Z remote: Counting objects:  90% (169/187)        
2022-05-22T12:58:57.5305989Z remote: Counting objects:  91% (171/187)        
2022-05-22T12:58:57.5306630Z remote: Counting objects:  92% (173/187)        
2022-05-22T12:58:57.5307250Z remote: Counting objects:  93% (174/187)        
2022-05-22T12:58:57.5307897Z remote: Counting objects:  94% (176/187)        
2022-05-22T12:58:57.5308514Z remote: Counting objects:  95% (178/187)        
2022-05-22T12:58:57.5309137Z remote: Counting objects:  96% (180/187)        
2022-05-22T12:58:57.5309757Z remote: Counting objects:  97% (182/187)        
2022-05-22T12:58:57.5310393Z remote: Counting objects:  98% (184/187)        
2022-05-22T12:58:57.5311011Z remote: Counting objects:  99% (186/187)        
2022-05-22T12:58:57.5311635Z remote: Counting objects: 100% (187/187)        
2022-05-22T12:58:57.5312321Z remote: Counting objects: 100% (187/187), done.        
2022-05-22T12:58:57.5312999Z remote: Compressing objects:   0% (1/139)        
2022-05-22T12:58:57.5313660Z remote: Compressing objects:   1% (2/139)        
2022-05-22T12:58:57.5314424Z remote: Compressing objects:   2% (3/139)        
2022-05-22T12:58:57.5315080Z remote: Compressing objects:   3% (5/139)        
2022-05-22T12:58:57.5315718Z remote: Compressing objects:   4% (6/139)        
2022-05-22T12:58:57.5316369Z remote: Compressing objects:   5% (7/139)        
2022-05-22T12:58:57.5316993Z remote: Compressing objects:   6% (9/139)        
2022-05-22T12:58:57.5317640Z remote: Compressing objects:   7% (10/139)        
2022-05-22T12:58:57.5318283Z remote: Compressing objects:   8% (12/139)        
2022-05-22T12:58:57.5318937Z remote: Compressing objects:   9% (13/139)        
2022-05-22T12:58:57.5319580Z remote: Compressing objects:  10% (14/139)        
2022-05-22T12:58:57.5320232Z remote: Compressing objects:  11% (16/139)        
2022-05-22T12:58:57.5320872Z remote: Compressing objects:  12% (17/139)        
2022-05-22T12:58:57.5321523Z remote: Compressing objects:  13% (19/139)        
2022-05-22T12:58:57.5322154Z remote: Compressing objects:  14% (20/139)        
2022-05-22T12:58:57.5322810Z remote: Compressing objects:  15% (21/139)        
2022-05-22T12:58:57.5323464Z remote: Compressing objects:  16% (23/139)        
2022-05-22T12:58:57.5324098Z remote: Compressing objects:  17% (24/139)        
2022-05-22T12:58:57.5324753Z remote: Compressing objects:  18% (26/139)        
2022-05-22T12:58:57.5325386Z remote: Compressing objects:  19% (27/139)        
2022-05-22T12:58:57.5326032Z remote: Compressing objects:  20% (28/139)        
2022-05-22T12:58:57.5326662Z remote: Compressing objects:  21% (30/139)        
2022-05-22T12:58:57.5327307Z remote: Compressing objects:  22% (31/139)        
2022-05-22T12:58:57.5327936Z remote: Compressing objects:  23% (32/139)        
2022-05-22T12:58:57.5328583Z remote: Compressing objects:  24% (34/139)        
2022-05-22T12:58:57.5329208Z remote: Compressing objects:  25% (35/139)        
2022-05-22T12:58:57.5329853Z remote: Compressing objects:  26% (37/139)        
2022-05-22T12:58:57.5330488Z remote: Compressing objects:  27% (38/139)        
2022-05-22T12:58:57.5331139Z remote: Compressing objects:  28% (39/139)        
2022-05-22T12:58:57.5331873Z remote: Compressing objects:  29% (41/139)        
2022-05-22T12:58:57.5332535Z remote: Compressing objects:  30% (42/139)        
2022-05-22T12:58:57.5333166Z remote: Compressing objects:  31% (44/139)        
2022-05-22T12:58:57.5333818Z remote: Compressing objects:  32% (45/139)        
2022-05-22T12:58:57.5334457Z remote: Compressing objects:  33% (46/139)        
2022-05-22T12:58:57.5335103Z remote: Compressing objects:  34% (48/139)        
2022-05-22T12:58:57.5335732Z remote: Compressing objects:  35% (49/139)        
2022-05-22T12:58:57.5336378Z remote: Compressing objects:  36% (51/139)        
2022-05-22T12:58:57.5337180Z remote: Compressing objects:  37% (52/139)        
2022-05-22T12:58:57.5337834Z remote: Compressing objects:  38% (53/139)        
2022-05-22T12:58:57.5338467Z remote: Compressing objects:  39% (55/139)        
2022-05-22T12:58:57.5339118Z remote: Compressing objects:  40% (56/139)        
2022-05-22T12:58:57.5339759Z remote: Compressing objects:  41% (57/139)        
2022-05-22T12:58:57.5340404Z remote: Compressing objects:  42% (59/139)        
2022-05-22T12:58:57.5341169Z remote: Compressing objects:  43% (60/139)        
2022-05-22T12:58:57.5440105Z remote: Compressing objects:  44% (62/139)        
2022-05-22T12:58:57.5440735Z remote: Compressing objects:  45% (63/139)        
2022-05-22T12:58:57.5441304Z remote: Compressing objects:  46% (64/139)        
2022-05-22T12:58:57.5441877Z remote: Compressing objects:  47% (66/139)        
2022-05-22T12:58:57.5442713Z remote: Compressing objects:  48% (67/139)        
2022-05-22T12:58:57.5443284Z remote: Compressing objects:  49% (69/139)        
2022-05-22T12:58:57.5443844Z remote: Compressing objects:  50% (70/139)        
2022-05-22T12:58:57.5444415Z remote: Compressing objects:  51% (71/139)        
2022-05-22T12:58:57.5444976Z remote: Compressing objects:  52% (73/139)        
2022-05-22T12:58:57.5445780Z remote: Compressing objects:  53% (74/139)        
2022-05-22T12:58:57.5446363Z remote: Compressing objects:  54% (76/139)        
2022-05-22T12:58:57.5446919Z remote: Compressing objects:  55% (77/139)        
2022-05-22T12:58:57.5447490Z remote: Compressing objects:  56% (78/139)        
2022-05-22T12:58:57.5448044Z remote: Compressing objects:  57% (80/139)        
2022-05-22T12:58:57.5448613Z remote: Compressing objects:  58% (81/139)        
2022-05-22T12:58:57.5449167Z remote: Compressing objects:  59% (83/139)        
2022-05-22T12:58:57.5449737Z remote: Compressing objects:  60% (84/139)        
2022-05-22T12:58:57.5450283Z remote: Compressing objects:  61% (85/139)        
2022-05-22T12:58:57.5450852Z remote: Compressing objects:  62% (87/139)        
2022-05-22T12:58:57.5451399Z remote: Compressing objects:  63% (88/139)        
2022-05-22T12:58:57.5451968Z remote: Compressing objects:  64% (89/139)        
2022-05-22T12:58:57.5452519Z remote: Compressing objects:  65% (91/139)        
2022-05-22T12:58:57.5453086Z remote: Compressing objects:  66% (92/139)        
2022-05-22T12:58:57.5453641Z remote: Compressing objects:  67% (94/139)        
2022-05-22T12:58:57.5454209Z remote: Compressing objects:  68% (95/139)        
2022-05-22T12:58:57.5454763Z remote: Compressing objects:  69% (96/139)        
2022-05-22T12:58:57.5455329Z remote: Compressing objects:  70% (98/139)        
2022-05-22T12:58:57.5455882Z remote: Compressing objects:  71% (99/139)        
2022-05-22T12:58:57.5456937Z remote: Compressing objects:  72% (101/139)        
2022-05-22T12:58:57.5457520Z remote: Compressing objects:  73% (102/139)        
2022-05-22T12:58:57.5458098Z remote: Compressing objects:  74% (103/139)        
2022-05-22T12:58:57.5458658Z remote: Compressing objects:  75% (105/139)        
2022-05-22T12:58:57.5459334Z remote: Compressing objects:  76% (106/139)        
2022-05-22T12:58:57.5459899Z remote: Compressing objects:  77% (108/139)        
2022-05-22T12:58:57.5460474Z remote: Compressing objects:  78% (109/139)        
2022-05-22T12:58:57.5461050Z remote: Compressing objects:  79% (110/139)        
2022-05-22T12:58:57.5461729Z remote: Compressing objects:  80% (112/139)        
2022-05-22T12:58:57.5462310Z remote: Compressing objects:  81% (113/139)        
2022-05-22T12:58:57.5462867Z remote: Compressing objects:  82% (114/139)        
2022-05-22T12:58:57.5463550Z remote: Compressing objects:  83% (116/139)        
2022-05-22T12:58:57.5464111Z remote: Compressing objects:  84% (117/139)        
2022-05-22T12:58:57.5464684Z remote: Compressing objects:  85% (119/139)        
2022-05-22T12:58:57.5465241Z remote: Compressing objects:  86% (120/139)        
2022-05-22T12:58:57.5465811Z remote: Compressing objects:  87% (121/139)        
2022-05-22T12:58:57.5466364Z remote: Compressing objects:  88% (123/139)        
2022-05-22T12:58:57.5466929Z remote: Compressing objects:  89% (124/139)        
2022-05-22T12:58:57.5467610Z remote: Compressing objects:  90% (126/139)        
2022-05-22T12:58:57.5468168Z remote: Compressing objects:  91% (127/139)        
2022-05-22T12:58:57.5468742Z remote: Compressing objects:  92% (128/139)        
2022-05-22T12:58:57.5512775Z remote: Compressing objects:  93% (130/139)        
2022-05-22T12:58:57.5513391Z remote: Compressing objects:  94% (131/139)        
2022-05-22T12:58:57.5513959Z remote: Compressing objects:  95% (133/139)        
2022-05-22T12:58:57.5514543Z remote: Compressing objects:  96% (134/139)        
2022-05-22T12:58:57.5515106Z remote: Compressing objects:  97% (135/139)        
2022-05-22T12:58:57.5515683Z remote: Compressing objects:  98% (137/139)        
2022-05-22T12:58:57.5516246Z remote: Compressing objects:  99% (138/139)        
2022-05-22T12:58:57.5517003Z remote: Compressing objects: 100% (139/139)        
2022-05-22T12:58:57.5517601Z remote: Compressing objects: 100% (139/139), done.        
2022-05-22T12:58:57.5518193Z Receiving objects:   0% (1/187)
2022-05-22T12:58:57.5518702Z Receiving objects:   1% (2/187)
2022-05-22T12:58:57.5519369Z Receiving objects:   2% (4/187)
2022-05-22T12:58:57.5519873Z Receiving objects:   3% (6/187)
2022-05-22T12:58:57.5520362Z Receiving objects:   4% (8/187)
2022-05-22T12:58:57.5520864Z Receiving objects:   5% (10/187)
2022-05-22T12:58:57.5521358Z Receiving objects:   6% (12/187)
2022-05-22T12:58:57.5521854Z Receiving objects:   7% (14/187)
2022-05-22T12:58:57.5522338Z Receiving objects:   8% (15/187)
2022-05-22T12:58:57.5522833Z Receiving objects:   9% (17/187)
2022-05-22T12:58:57.5523318Z Receiving objects:  10% (19/187)
2022-05-22T12:58:57.5523816Z Receiving objects:  11% (21/187)
2022-05-22T12:58:57.5524298Z Receiving objects:  12% (23/187)
2022-05-22T12:58:57.5524790Z Receiving objects:  13% (25/187)
2022-05-22T12:58:57.5525276Z Receiving objects:  14% (27/187)
2022-05-22T12:58:57.5525769Z Receiving objects:  15% (29/187)
2022-05-22T12:58:57.5526252Z Receiving objects:  16% (30/187)
2022-05-22T12:58:57.5526746Z Receiving objects:  17% (32/187)
2022-05-22T12:58:57.5527230Z Receiving objects:  18% (34/187)
2022-05-22T12:58:57.5527735Z Receiving objects:  19% (36/187)
2022-05-22T12:58:57.5528219Z Receiving objects:  20% (38/187)
2022-05-22T12:58:57.5528717Z Receiving objects:  21% (40/187)
2022-05-22T12:58:57.5529201Z Receiving objects:  22% (42/187)
2022-05-22T12:58:57.5529699Z Receiving objects:  23% (44/187)
2022-05-22T12:58:57.5530184Z Receiving objects:  24% (45/187)
2022-05-22T12:58:57.5530683Z Receiving objects:  25% (47/187)
2022-05-22T12:58:57.5531162Z Receiving objects:  26% (49/187)
2022-05-22T12:58:57.5531654Z Receiving objects:  27% (51/187)
2022-05-22T12:58:57.5757041Z Receiving objects:  28% (53/187)
2022-05-22T12:58:57.5757593Z Receiving objects:  29% (55/187)
2022-05-22T12:58:57.5758091Z Receiving objects:  30% (57/187)
2022-05-22T12:58:57.5758593Z Receiving objects:  31% (58/187)
2022-05-22T12:58:57.5759078Z Receiving objects:  32% (60/187)
2022-05-22T12:58:57.5759572Z Receiving objects:  33% (62/187)
2022-05-22T12:58:57.5760058Z Receiving objects:  34% (64/187)
2022-05-22T12:58:57.5760567Z Receiving objects:  35% (66/187)
2022-05-22T12:58:57.5761048Z Receiving objects:  36% (68/187)
2022-05-22T12:58:57.5761741Z Receiving objects:  37% (70/187)
2022-05-22T12:58:57.5762233Z Receiving objects:  38% (72/187)
2022-05-22T12:58:57.5762734Z Receiving objects:  39% (73/187)
2022-05-22T12:58:57.6404875Z Receiving objects:  40% (75/187)
2022-05-22T12:58:57.6405774Z Receiving objects:  41% (77/187)
2022-05-22T12:58:57.6406536Z Receiving objects:  42% (79/187)
2022-05-22T12:58:57.6407277Z Receiving objects:  43% (81/187)
2022-05-22T12:58:57.6426452Z Receiving objects:  44% (83/187)
2022-05-22T12:58:57.6427450Z Receiving objects:  45% (85/187)
2022-05-22T12:58:57.6428816Z Receiving objects:  46% (87/187)
2022-05-22T12:58:57.6430147Z Receiving objects:  47% (88/187)
2022-05-22T12:58:57.6431497Z Receiving objects:  48% (90/187)
2022-05-22T12:58:57.6432883Z Receiving objects:  49% (92/187)
2022-05-22T12:58:57.6436379Z Receiving objects:  50% (94/187)
2022-05-22T12:58:57.6437471Z Receiving objects:  51% (96/187)
2022-05-22T12:58:57.6438065Z Receiving objects:  52% (98/187)
2022-05-22T12:58:57.6438635Z Receiving objects:  53% (100/187)
2022-05-22T12:58:57.6439201Z Receiving objects:  54% (101/187)
2022-05-22T12:58:57.6439767Z Receiving objects:  55% (103/187)
2022-05-22T12:58:57.6440318Z Receiving objects:  56% (105/187)
2022-05-22T12:58:57.6440943Z Receiving objects:  57% (107/187)
2022-05-22T12:58:57.6441491Z Receiving objects:  58% (109/187)
2022-05-22T12:58:57.6454025Z Receiving objects:  59% (111/187)
2022-05-22T12:58:57.6454601Z Receiving objects:  60% (113/187)
2022-05-22T12:58:57.6727046Z Receiving objects:  61% (115/187)
2022-05-22T12:58:57.6727660Z Receiving objects:  62% (116/187)
2022-05-22T12:58:57.6728238Z Receiving objects:  63% (118/187)
2022-05-22T12:58:57.6728799Z Receiving objects:  64% (120/187)
2022-05-22T12:58:57.6729366Z Receiving objects:  65% (122/187)
2022-05-22T12:58:57.6729917Z Receiving objects:  66% (124/187)
2022-05-22T12:58:57.6730483Z Receiving objects:  67% (126/187)
2022-05-22T12:58:57.6731282Z Receiving objects:  68% (128/187)
2022-05-22T12:58:57.6731846Z Receiving objects:  69% (130/187)
2022-05-22T12:58:57.6732404Z Receiving objects:  70% (131/187)
2022-05-22T12:58:57.6765074Z Receiving objects:  71% (133/187)
2022-05-22T12:58:57.6766098Z remote: Total 187 (delta 79), reused 125 (delta 30), pack-reused 0        
2022-05-22T12:58:57.6806920Z Receiving objects:  72% (135/187)
2022-05-22T12:58:57.6807505Z Receiving objects:  73% (137/187)
2022-05-22T12:58:57.6807998Z Receiving objects:  74% (139/187)
2022-05-22T12:58:57.6808510Z Receiving objects:  75% (141/187)
2022-05-22T12:58:57.6808992Z Receiving objects:  76% (143/187)
2022-05-22T12:58:57.6809497Z Receiving objects:  77% (144/187)
2022-05-22T12:58:57.6809978Z Receiving objects:  78% (146/187)
2022-05-22T12:58:57.6810472Z Receiving objects:  79% (148/187)
2022-05-22T12:58:57.6810954Z Receiving objects:  80% (150/187)
2022-05-22T12:58:57.6811449Z Receiving objects:  81% (152/187)
2022-05-22T12:58:57.6811933Z Receiving objects:  82% (154/187)
2022-05-22T12:58:57.6812448Z Receiving objects:  83% (156/187)
2022-05-22T12:58:57.6812927Z Receiving objects:  84% (158/187)
2022-05-22T12:58:57.6813430Z Receiving objects:  85% (159/187)
2022-05-22T12:58:57.6813908Z Receiving objects:  86% (161/187)
2022-05-22T12:58:57.6814405Z Receiving objects:  87% (163/187)
2022-05-22T12:58:57.6814891Z Receiving objects:  88% (165/187)
2022-05-22T12:58:57.6815386Z Receiving objects:  89% (167/187)
2022-05-22T12:58:57.6815864Z Receiving objects:  90% (169/187)
2022-05-22T12:58:57.6816367Z Receiving objects:  91% (171/187)
2022-05-22T12:58:57.6817030Z Receiving objects:  92% (173/187)
2022-05-22T12:58:57.6817532Z Receiving objects:  93% (174/187)
2022-05-22T12:58:57.6818019Z Receiving objects:  94% (176/187)
2022-05-22T12:58:57.6818516Z Receiving objects:  95% (178/187)
2022-05-22T12:58:57.6819001Z Receiving objects:  96% (180/187)
2022-05-22T12:58:57.6819499Z Receiving objects:  97% (182/187)
2022-05-22T12:58:57.6819979Z Receiving objects:  98% (184/187)
2022-05-22T12:58:57.6820476Z Receiving objects:  99% (186/187)
2022-05-22T12:58:57.6820952Z Receiving objects: 100% (187/187)
2022-05-22T12:58:57.6821746Z Receiving objects: 100% (187/187), 628.46 KiB | 4.69 MiB/s, done.
2022-05-22T12:58:57.6822337Z Resolving deltas:   0% (0/79)
2022-05-22T12:58:57.6822830Z Resolving deltas:   1% (1/79)
2022-05-22T12:58:57.6823311Z Resolving deltas:   2% (2/79)
2022-05-22T12:58:57.6823812Z Resolving deltas:   3% (3/79)
2022-05-22T12:58:57.6824291Z Resolving deltas:   5% (4/79)
2022-05-22T12:58:57.6824774Z Resolving deltas:   6% (5/79)
2022-05-22T12:58:57.6825296Z Resolving deltas:   7% (6/79)
2022-05-22T12:58:57.6825780Z Resolving deltas:   8% (7/79)
2022-05-22T12:58:57.6826260Z Resolving deltas:  10% (8/79)
2022-05-22T12:58:57.6826786Z Resolving deltas:  11% (9/79)
2022-05-22T12:58:57.6827270Z Resolving deltas:  12% (10/79)
2022-05-22T12:58:57.6827778Z Resolving deltas:  13% (11/79)
2022-05-22T12:58:57.6828262Z Resolving deltas:  15% (12/79)
2022-05-22T12:58:57.6828753Z Resolving deltas:  16% (13/79)
2022-05-22T12:58:57.6829236Z Resolving deltas:  17% (14/79)
2022-05-22T12:58:57.6829722Z Resolving deltas:  18% (15/79)
2022-05-22T12:58:57.6830206Z Resolving deltas:  20% (16/79)
2022-05-22T12:58:57.6830690Z Resolving deltas:  21% (17/79)
2022-05-22T12:58:57.6831167Z Resolving deltas:  22% (18/79)
2022-05-22T12:58:57.6831650Z Resolving deltas:  24% (19/79)
2022-05-22T12:58:57.6832125Z Resolving deltas:  25% (20/79)
2022-05-22T12:58:57.6832611Z Resolving deltas:  26% (21/79)
2022-05-22T12:58:57.6833089Z Resolving deltas:  27% (22/79)
2022-05-22T12:58:57.6833577Z Resolving deltas:  29% (23/79)
2022-05-22T12:58:57.6834053Z Resolving deltas:  30% (24/79)
2022-05-22T12:58:57.6834538Z Resolving deltas:  31% (25/79)
2022-05-22T12:58:57.6835011Z Resolving deltas:  32% (26/79)
2022-05-22T12:58:57.6835498Z Resolving deltas:  34% (27/79)
2022-05-22T12:58:57.6835974Z Resolving deltas:  35% (28/79)
2022-05-22T12:58:57.6836461Z Resolving deltas:  36% (29/79)
2022-05-22T12:58:57.6836936Z Resolving deltas:  37% (30/79)
2022-05-22T12:58:57.6837569Z Resolving deltas:  39% (31/79)
2022-05-22T12:58:57.6838053Z Resolving deltas:  40% (32/79)
2022-05-22T12:58:57.6838551Z Resolving deltas:  41% (33/79)
2022-05-22T12:58:57.6839037Z Resolving deltas:  43% (34/79)
2022-05-22T12:58:57.6839526Z Resolving deltas:  44% (35/79)
2022-05-22T12:58:57.6839999Z Resolving deltas:  45% (36/79)
2022-05-22T12:58:57.6840485Z Resolving deltas:  46% (37/79)
2022-05-22T12:58:57.6840958Z Resolving deltas:  48% (38/79)
2022-05-22T12:58:57.6841446Z Resolving deltas:  49% (39/79)
2022-05-22T12:58:57.6841929Z Resolving deltas:  50% (40/79)
2022-05-22T12:58:57.6842564Z Resolving deltas:  51% (41/79)
2022-05-22T12:58:57.6843987Z Resolving deltas:  53% (42/79)
2022-05-22T12:58:57.6844485Z Resolving deltas:  54% (43/79)
2022-05-22T12:58:57.6844965Z Resolving deltas:  55% (44/79)
2022-05-22T12:58:57.6845455Z Resolving deltas:  56% (45/79)
2022-05-22T12:58:57.6864713Z Resolving deltas:  58% (46/79)
2022-05-22T12:58:57.6872189Z Resolving deltas:  59% (47/79)
2022-05-22T12:58:57.6879346Z Resolving deltas:  60% (48/79)
2022-05-22T12:58:57.6879859Z Resolving deltas:  62% (49/79)
2022-05-22T12:58:57.6880349Z Resolving deltas:  63% (50/79)
2022-05-22T12:58:57.6880847Z Resolving deltas:  64% (51/79)
2022-05-22T12:58:57.6881319Z Resolving deltas:  65% (52/79)
2022-05-22T12:58:57.6881809Z Resolving deltas:  67% (53/79)
2022-05-22T12:58:57.6882278Z Resolving deltas:  68% (54/79)
2022-05-22T12:58:57.6882763Z Resolving deltas:  69% (55/79)
2022-05-22T12:58:57.6883249Z Resolving deltas:  70% (56/79)
2022-05-22T12:58:57.6883721Z Resolving deltas:  72% (57/79)
2022-05-22T12:58:57.6884209Z Resolving deltas:  73% (58/79)
2022-05-22T12:58:57.6884683Z Resolving deltas:  74% (59/79)
2022-05-22T12:58:57.6885266Z Resolving deltas:  75% (60/79)
2022-05-22T12:58:57.6886567Z Resolving deltas:  77% (61/79)
2022-05-22T12:58:57.6887317Z Resolving deltas:  78% (62/79)
2022-05-22T12:58:57.6887967Z Resolving deltas:  79% (63/79)
2022-05-22T12:58:57.6888693Z Resolving deltas:  81% (64/79)
2022-05-22T12:58:57.6889371Z Resolving deltas:  82% (65/79)
2022-05-22T12:58:57.6890089Z Resolving deltas:  83% (66/79)
2022-05-22T12:58:57.6890893Z Resolving deltas:  84% (67/79)
2022-05-22T12:58:57.6891634Z Resolving deltas:  86% (68/79)
2022-05-22T12:58:57.6892311Z Resolving deltas:  87% (69/79)
2022-05-22T12:58:57.6893019Z Resolving deltas:  88% (70/79)
2022-05-22T12:58:57.6905398Z Resolving deltas:  89% (71/79)
2022-05-22T12:58:57.6913346Z Resolving deltas:  91% (72/79)
2022-05-22T12:58:57.6917398Z Resolving deltas:  92% (73/79)
2022-05-22T12:58:57.6937284Z Resolving deltas:  93% (74/79)
2022-05-22T12:58:57.6941750Z Resolving deltas:  94% (75/79)
2022-05-22T12:58:57.6942869Z Resolving deltas:  96% (76/79)
2022-05-22T12:58:57.6960953Z Resolving deltas:  97% (77/79)
2022-05-22T12:58:57.6961972Z Resolving deltas:  98% (78/79)
2022-05-22T12:58:57.6963306Z Resolving deltas: 100% (79/79)
2022-05-22T12:58:57.6971734Z Resolving deltas: 100% (79/79), done.
2022-05-22T12:58:57.7087696Z From https://github.com/maifeeulasad/react-pipeline
2022-05-22T12:58:57.7090503Z  * [new branch]      gh-pages     -> origin/gh-pages
2022-05-22T12:58:57.7092478Z  * [new branch]      main         -> origin/main
2022-05-22T12:58:57.7093387Z  * [new branch]      migrate2ts   -> origin/migrate2ts
2022-05-22T12:58:57.7118470Z  * [new branch]      migrate2vite -> origin/migrate2vite
2022-05-22T12:58:57.7120370Z ##[command]git checkout --progress --force 7083eee5f2eff303018cc2b70e8e9ec6cf52e277
2022-05-22T12:58:57.7179438Z Note: switching to '7083eee5f2eff303018cc2b70e8e9ec6cf52e277'.
2022-05-22T12:58:57.7179853Z 
2022-05-22T12:58:57.7180386Z You are in 'detached HEAD' state. You can look around, make experimental
2022-05-22T12:58:57.7181121Z changes and commit them, and you can discard any commits you make in this
2022-05-22T12:58:57.7181837Z state without impacting any branches by switching back to a branch.
2022-05-22T12:58:57.7182226Z 
2022-05-22T12:58:57.7182524Z If you want to create a new branch to retain commits you create, you may
2022-05-22T12:58:57.7183485Z do so (now or later) by using -c with the switch command. Example:
2022-05-22T12:58:57.7183876Z 
2022-05-22T12:58:57.7184161Z   git switch -c <new-branch-name>
2022-05-22T12:58:57.7184455Z 
2022-05-22T12:58:57.7184685Z Or undo this operation with:
2022-05-22T12:58:57.7184969Z 
2022-05-22T12:58:57.7185181Z   git switch -
2022-05-22T12:58:57.7185425Z 
2022-05-22T12:58:57.7185765Z Turn off this advice by setting config variable advice.detachedHead to false
2022-05-22T12:58:57.7186202Z 
2022-05-22T12:58:57.7186484Z HEAD is now at 7083eee rollback to `./build` from `/build`
2022-05-22T12:58:57.7435724Z ##[group]Run actions/setup-node@v1
2022-05-22T12:58:57.7436229Z with:
2022-05-22T12:58:57.7436688Z   node-version: 14.x
2022-05-22T12:58:57.7437162Z   always-auth: false
2022-05-22T12:58:57.7437639Z ##[endgroup]
2022-05-22T12:58:57.9440324Z [command]/opt/hostedtoolcache/node/14.19.2/x64/bin/node --version
2022-05-22T12:58:58.6956986Z v14.19.2
2022-05-22T12:58:58.6980357Z [command]/opt/hostedtoolcache/node/14.19.2/x64/bin/npm --version
2022-05-22T12:59:00.4260484Z 6.14.17
2022-05-22T12:59:00.4425635Z ##[group]Run yarn
2022-05-22T12:59:00.4426186Z [36;1myarn[0m
2022-05-22T12:59:00.4480842Z shell: /usr/bin/bash -e {0}
2022-05-22T12:59:00.4481358Z ##[endgroup]
2022-05-22T12:59:00.7352742Z yarn install v1.22.18
2022-05-22T12:59:00.7925359Z [1/4] Resolving packages...
2022-05-22T12:59:00.9075072Z [2/4] Fetching packages...
2022-05-22T12:59:06.4966578Z [3/4] Linking dependencies...
2022-05-22T12:59:06.4980473Z warning " > @testing-library/[email protected]" has unmet peer dependency "@testing-library/dom@>=7.21.4".
2022-05-22T12:59:08.1642234Z [4/4] Building fresh packages...
2022-05-22T12:59:08.2854820Z Done in 7.55s.
2022-05-22T12:59:08.3093180Z ##[group]Run yarn build
2022-05-22T12:59:08.3093683Z [36;1myarn build[0m
2022-05-22T12:59:08.3142589Z shell: /usr/bin/bash -e {0}
2022-05-22T12:59:08.3143093Z ##[endgroup]
2022-05-22T12:59:08.4537379Z yarn run v1.22.18
2022-05-22T12:59:08.4837122Z $ tsc && vite build
2022-05-22T12:59:13.6684050Z [36mvite v2.9.9 [32mbuilding for production...[36m[39m
2022-05-22T12:59:13.7279218Z transforming...
2022-05-22T12:59:14.8878188Z [32m✓[39m 37 modules transformed.
2022-05-22T12:59:14.9595274Z rendering chunks...
2022-05-22T12:59:15.0213194Z [90m[37m[2mbuild/[22m[90m[39m[32massets/logo.6000b0e9.svg       [39m [2m2.57 KiB[22m
2022-05-22T12:59:15.0258434Z [90m[37m[2mbuild/[22m[90m[39m[32mindex.html                     [39m [2m1.65 KiB[22m
2022-05-22T12:59:15.0377531Z [90m[37m[2mbuild/[22m[90m[39m[35massets/index.a9eaa066.css      [39m [2m0.72 KiB / gzip: 0.47 KiB[22m
2022-05-22T12:59:15.0384151Z [90m[37m[2mbuild/[22m[90m[39m[36massets/web-vitals.67dce932.js  [39m [2m4.21 KiB / gzip: 1.64 KiB[22m
2022-05-22T12:59:15.0390954Z [90m[37m[2mbuild/[22m[90m[39m[36massets/index.a1b41c0e.js       [39m [2m140.73 KiB / gzip: 45.36 KiB[22m
2022-05-22T12:59:15.0859221Z Done in 6.63s.
2022-05-22T12:59:15.0985580Z ##[group]Run peaceiris/actions-gh-pages@v3
2022-05-22T12:59:15.0986112Z with:
2022-05-22T12:59:15.0998860Z   deploy_key: ***

2022-05-22T12:59:15.0999357Z   publish_dir: ./build
2022-05-22T12:59:15.0999841Z   publish_branch: gh-pages
2022-05-22T12:59:15.1000338Z   allow_empty_commit: false
2022-05-22T12:59:15.1000810Z   keep_files: false
2022-05-22T12:59:15.1001283Z   force_orphan: false
2022-05-22T12:59:15.1001744Z   enable_jekyll: false
2022-05-22T12:59:15.1002226Z   disable_nojekyll: false
2022-05-22T12:59:15.1002735Z   exclude_assets: .github
2022-05-22T12:59:15.1003206Z ##[endgroup]
2022-05-22T12:59:15.1888471Z [INFO] Usage https://github.com/peaceiris/actions-gh-pages#readme
2022-05-22T12:59:15.1896909Z ##[group]Dump inputs
2022-05-22T12:59:15.1897890Z [INFO] DeployKey: true
2022-05-22T12:59:15.1899302Z [INFO] PublishBranch: gh-pages
2022-05-22T12:59:15.1899912Z [INFO] PublishDir: ./build
2022-05-22T12:59:15.1900443Z [INFO] DestinationDir: 
2022-05-22T12:59:15.1901031Z [INFO] ExternalRepository: 
2022-05-22T12:59:15.1901870Z [INFO] AllowEmptyCommit: false
2022-05-22T12:59:15.1902410Z [INFO] KeepFiles: false
2022-05-22T12:59:15.1902934Z [INFO] ForceOrphan: false
2022-05-22T12:59:15.1903425Z [INFO] UserName: 
2022-05-22T12:59:15.1903958Z [INFO] UserEmail: 
2022-05-22T12:59:15.1904454Z [INFO] CommitMessage: 
2022-05-22T12:59:15.1904981Z [INFO] FullCommitMessage: 
2022-05-22T12:59:15.1905563Z [INFO] TagName: 
2022-05-22T12:59:15.1906066Z [INFO] TagMessage: 
2022-05-22T12:59:15.1906674Z [INFO] EnableJekyll (DisableNoJekyll): false
2022-05-22T12:59:15.1907220Z [INFO] CNAME: 
2022-05-22T12:59:15.1907723Z [INFO] ExcludeAssets .github
2022-05-22T12:59:15.1907993Z 
2022-05-22T12:59:15.1908796Z ##[endgroup]
2022-05-22T12:59:15.1913684Z ##[group]Setup auth token
2022-05-22T12:59:15.1918799Z [INFO] setup SSH deploy key
2022-05-22T12:59:15.1967396Z [command]/usr/bin/chmod 700 /home/runner/.ssh
2022-05-22T12:59:15.2031468Z [INFO] wrote /home/runner/.ssh/known_hosts
2022-05-22T12:59:15.2049990Z [command]/usr/bin/chmod 600 /home/runner/.ssh/known_hosts
2022-05-22T12:59:15.2077728Z [INFO] wrote /home/runner/.ssh/github
2022-05-22T12:59:15.2096668Z [command]/usr/bin/chmod 600 /home/runner/.ssh/github
2022-05-22T12:59:15.2122263Z [INFO] wrote /home/runner/.ssh/config
2022-05-22T12:59:15.2141152Z [command]/usr/bin/chmod 600 /home/runner/.ssh/config
2022-05-22T12:59:15.2406353Z [command]/usr/bin/ssh-add /home/runner/.ssh/github
2022-05-22T12:59:15.2645634Z Identity added: /home/runner/.ssh/github (maifee@maifee)
2022-05-22T12:59:15.2652026Z ##[endgroup]
2022-05-22T12:59:15.2653552Z ##[group]Prepare publishing assets
2022-05-22T12:59:15.2662088Z [INFO] ForceOrphan: false
2022-05-22T12:59:15.2700216Z [command]/usr/bin/git clone --depth=1 --single-branch --branch gh-pages [email protected]:maifeeulasad/react-pipeline.git /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:15.2730370Z Cloning into '/home/runner/actions_github_pages_1653224355265'...
2022-05-22T12:59:15.4864770Z Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts.
2022-05-22T12:59:16.1213875Z [INFO] clean up /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1214743Z [INFO] chdir /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1237207Z [command]/usr/bin/git rm -r --ignore-unmatch *
2022-05-22T12:59:16.1277837Z rm '.nojekyll'
2022-05-22T12:59:16.1278645Z rm 'assets/index.a1b41c0e.js'
2022-05-22T12:59:16.1279447Z rm 'assets/index.a9eaa066.css'
2022-05-22T12:59:16.1282035Z rm 'assets/logo.6000b0e9.svg'
2022-05-22T12:59:16.1282811Z rm 'assets/web-vitals.67dce932.js'
2022-05-22T12:59:16.1283713Z rm 'favicon.ico'
2022-05-22T12:59:16.1284391Z rm 'index.html'
2022-05-22T12:59:16.1285068Z rm 'logo192.png'
2022-05-22T12:59:16.1285693Z rm 'logo512.png'
2022-05-22T12:59:16.1286340Z rm 'manifest.json'
2022-05-22T12:59:16.1287041Z rm 'robots.txt'
2022-05-22T12:59:16.1287784Z [INFO] chdir /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1288705Z [INFO] prepare publishing assets
2022-05-22T12:59:16.1289833Z [INFO] copy /home/runner/work/react-pipeline/react-pipeline/build to /home/runner/actions_github_pages_1653224355265
2022-05-22T12:59:16.1378739Z cp: no such file or directory: /home/runner/work/react-pipeline/react-pipeline/build/.*
2022-05-22T12:59:16.1380725Z [INFO] delete excluded assets
2022-05-22T12:59:16.1426853Z rm: no paths given
2022-05-22T12:59:16.1429326Z [INFO] Created /home/runner/actions_github_pages_1653224355265/.nojekyll
2022-05-22T12:59:16.1434541Z ##[endgroup]
2022-05-22T12:59:16.1436822Z ##[group]Setup Git config
2022-05-22T12:59:16.1450929Z [command]/usr/bin/git remote rm origin
2022-05-22T12:59:16.1510504Z [command]/usr/bin/git remote add origin [email protected]:maifeeulasad/react-pipeline.git
2022-05-22T12:59:16.1561078Z [command]/usr/bin/git add --all
2022-05-22T12:59:16.1609988Z [command]/usr/bin/git config user.name maifeeulasad
2022-05-22T12:59:16.1658507Z [command]/usr/bin/git config user.email [email protected]
2022-05-22T12:59:16.1689238Z ##[endgroup]
2022-05-22T12:59:16.1690148Z ##[group]Create a commit
2022-05-22T12:59:16.1709172Z [command]/usr/bin/git commit -m deploy: 7083eee5f2eff303018cc2b70e8e9ec6cf52e277
2022-05-22T12:59:16.1752017Z On branch gh-pages
2022-05-22T12:59:16.1752742Z nothing to commit, working tree clean
2022-05-22T12:59:16.1757269Z [INFO] skip commit
2022-05-22T12:59:16.1771065Z ##[endgroup]
2022-05-22T12:59:16.1772648Z ##[group]Push the commit or tag
2022-05-22T12:59:16.1789500Z [command]/usr/bin/git push origin gh-pages
2022-05-22T12:59:16.7222864Z Everything up-to-date
2022-05-22T12:59:16.7230164Z ##[endgroup]
2022-05-22T12:59:16.7231402Z [INFO] Action successfully completed
2022-05-22T12:59:16.7429483Z Cleaning up orphan processes

A snap for illustrating: image

maifeeulasad avatar May 22 '22 16:05 maifeeulasad

This looks the desired behavior and it means that the current build assets are the same as previous.

See also https://github.com/peaceiris/actions-gh-pages/pull/698

peaceiris avatar May 24 '22 02:05 peaceiris

@peaceiris Thanks for your kind reply. But, I'm a little confused if it's due to diff or not image

Let's take these for example:

  • old commit: https://github.com/maifeeulasad/react-pipeline/tree/0d56db5ce648a0e0621bcfbb373690f6773c4842
  • new commit: https://github.com/maifeeulasad/react-pipeline/tree/f0441e4f4fd67d15757f7ac8f01a8fed96e0913d

And as you can see here, the diff says I intentionally made the changes, so that the build files get changed.

image

But is it still considering them the same assets as previous for some reason?

Can I override this behavior and force actions-gh-pages to deploy without checking whether there is diff or not? Something like git allow empty commit?!

maifeeulasad avatar May 24 '22 04:05 maifeeulasad

Can I override this behavior and force actions-gh-pages to deploy without checking whether there is diff or not? Something like git allow empty commit?!

allow_empty_commit option is available.

peaceiris avatar May 24 '22 12:05 peaceiris

Thanks a ton, @peaceiris, after adding allow_empty_commit: true it's working fine. I'll try to investigate more on this.

And I'm still confused why it's deleting files, those rm commands.

Ref: https://github.com/maifeeulasad/react-pipeline/blob/80773182fae66e463d7928f690863bc965757a38/.github/workflows/pipeline.yml#L35

maifeeulasad avatar May 25 '22 04:05 maifeeulasad

See also the keep_files input option.

Anyway, there is no action we should take when the publishing assets are the same as the previous one.

peaceiris avatar Jun 02 '22 15:06 peaceiris