peaceiris / actions-gh-pages

GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
https://github.com/marketplace/actions/github-pages-action
MIT License
4.62k stars 364 forks source link

support: GitHub Pages 404 File not found #774

Closed mdarif closed 1 year ago

mdarif commented 2 years ago

Checklist

Describe your question

Hi,

Thanks for the wonderful action created to make our life easy.

I have been using docusaurus to create the nice documentation and trying to automate the entire eco-system to the (Dockerize MERN App) as mentioned at https://docusaurus.io/docs/deployment#deploying-to-github-pages.

I think, I can see the successful output of the action (actions-gh-pages@v3) as an artifact but unfortunately even after deploying artifact successfully not able to see the desired output at https://mdarif.github.io/project-management/

Recommended .yml to push GH Pages to the branch (gh-pages): https://github.com/mdarif/project-management/blob/master/.github/workflows/pages.yml Deploy pages action: https://github.com/mdarif/project-management/blob/master/.github/workflows/deploy-pages.yml

Current Output: 404 File not found The site configured at this address does not contain the requested file. If this is your site, make sure that the filename case matches the URL. For root URLs (like http://example.com/) you must provide an index.html file.

Expected Output: should be able to see the gh pages up & running at https://mdarif.github.io/project-management/

Thanks

Relevant links

Public repository: https://github.com/mdarif/project-management/tree/gh-pages
YAML config:
YAML workflow: https://github.com/mdarif/project-management/tree/master/.github/workflows

Relevant log output

2022-08-08T11:38:27.3756903Z Requested labels: ubuntu-latest 2022-08-08T11:38:27.3756937Z Job defined at: mdarif/project-management/.github/workflows/deploy-pages.yml@refs/heads/master 2022-08-08T11:38:27.3756955Z Waiting for a runner to pick up this job... 2022-08-08T11:38:27.8591940Z Job is waiting for a hosted runner to come online. 2022-08-08T11:38:31.8643920Z Job is about to start running on the hosted runner: GitHub Actions 6 (hosted) 2022-08-08T11:38:33.9454954Z Current runner version: '2.294.0' 2022-08-08T11:38:33.9476791Z ##[group]Operating System 2022-08-08T11:38:33.9477209Z Ubuntu 2022-08-08T11:38:33.9477464Z 20.04.4 2022-08-08T11:38:33.9477788Z LTS 2022-08-08T11:38:33.9478008Z ##[endgroup] 2022-08-08T11:38:33.9478318Z ##[group]Virtual Environment 2022-08-08T11:38:33.9478644Z Environment: ubuntu-20.04 2022-08-08T11:38:33.9478896Z Version: 20220729.1 2022-08-08T11:38:33.9479385Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20220729.1/images/linux/Ubuntu2004-Readme.md 2022-08-08T11:38:33.9479979Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20220729.1 2022-08-08T11:38:33.9480396Z ##[endgroup] 2022-08-08T11:38:33.9480667Z ##[group]Virtual Environment Provisioner 2022-08-08T11:38:33.9480992Z 1.0.0.0-main-20220725-1 2022-08-08T11:38:33.9481299Z ##[endgroup] 2022-08-08T11:38:33.9481840Z ##[group]GITHUB_TOKEN Permissions 2022-08-08T11:38:33.9482295Z Contents: read 2022-08-08T11:38:33.9482729Z Metadata: read 2022-08-08T11:38:33.9483031Z Pages: write 2022-08-08T11:38:33.9483311Z ##[endgroup] 2022-08-08T11:38:33.9486450Z Secret source: Actions 2022-08-08T11:38:33.9486829Z Prepare workflow directory 2022-08-08T11:38:34.0201703Z Prepare all required actions 2022-08-08T11:38:34.0360355Z Getting action download info 2022-08-08T11:38:34.2724922Z Download action repository 'actions/checkout@v3' (SHA:2541b1294d2704b0964813337f33b291d3f8596b) 2022-08-08T11:38:35.0821296Z Download action repository 'actions/configure-pages@v1' (SHA:e22fa7ebed408f1742133d89012dbe1dad4646fc) 2022-08-08T11:38:35.9298236Z Download action repository 'actions/upload-pages-artifact@v1' (SHA:ceec27c96bc4983b4e6c48bee599d67014b8db2e) 2022-08-08T11:38:36.4231775Z Download action repository 'actions/deploy-pages@main' (SHA:eaaccf9fc5bdd22d4a09b60d72b4c2dd07d8ad37) 2022-08-08T11:38:37.3418174Z Getting action download info 2022-08-08T11:38:37.5344692Z Download action repository 'actions/upload-artifact@main' (SHA:3cea5372237819ed00197afe530f5a7ea3e805c8) 2022-08-08T11:38:38.2482402Z ##[group]Run actions/checkout@v3 2022-08-08T11:38:38.2482681Z with: 2022-08-08T11:38:38.2482888Z repository: mdarif/project-management 2022-08-08T11:38:38.2483334Z token: 2022-08-08T11:38:38.2483522Z ssh-strict: true 2022-08-08T11:38:38.2483739Z persist-credentials: true 2022-08-08T11:38:38.2483925Z clean: true 2022-08-08T11:38:38.2484106Z fetch-depth: 1 2022-08-08T11:38:38.2484292Z lfs: false 2022-08-08T11:38:38.2484457Z submodules: false 2022-08-08T11:38:38.2484665Z set-safe-directory: true 2022-08-08T11:38:38.2484863Z ##[endgroup] 2022-08-08T11:38:38.5491446Z Syncing repository: mdarif/project-management 2022-08-08T11:38:38.5493177Z ##[group]Getting Git version info 2022-08-08T11:38:38.5493732Z Working directory is '/home/runner/work/project-management/project-management' 2022-08-08T11:38:38.5494531Z [command]/usr/bin/git version 2022-08-08T11:38:38.5634467Z git version 2.37.1 2022-08-08T11:38:38.5660072Z ##[endgroup] 2022-08-08T11:38:38.5684065Z Temporarily overriding HOME='/home/runner/work/_temp/93b32a88-591c-4886-bf41-f3c64d5d67d8' before making global git config changes 2022-08-08T11:38:38.5684618Z Adding repository directory to the temporary git global config as a safe directory 2022-08-08T11:38:38.5685278Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/project-management/project-management 2022-08-08T11:38:38.5730703Z Deleting the contents of '/home/runner/work/project-management/project-management' 2022-08-08T11:38:38.5734815Z ##[group]Initializing the repository 2022-08-08T11:38:38.5738650Z [command]/usr/bin/git init /home/runner/work/project-management/project-management 2022-08-08T11:38:38.5843626Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-08T11:38:38.5844576Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-08T11:38:38.5845055Z hint: of your new repositories, which will suppress this warning, call: 2022-08-08T11:38:38.5845562Z hint: 2022-08-08T11:38:38.5846007Z hint: git config --global init.defaultBranch 2022-08-08T11:38:38.5846262Z hint: 2022-08-08T11:38:38.5846606Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-08T11:38:38.5847065Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-08T11:38:38.5847341Z hint: 2022-08-08T11:38:38.5847688Z hint: git branch -m 2022-08-08T11:38:38.5855084Z Initialized empty Git repository in /home/runner/work/project-management/project-management/.git/ 2022-08-08T11:38:38.5863256Z [command]/usr/bin/git remote add origin https://github.com/mdarif/project-management 2022-08-08T11:38:38.5919890Z ##[endgroup] 2022-08-08T11:38:38.5922411Z ##[group]Disabling automatic garbage collection 2022-08-08T11:38:38.5924870Z [command]/usr/bin/git config --local gc.auto 0 2022-08-08T11:38:38.5950891Z ##[endgroup] 2022-08-08T11:38:38.5951497Z ##[group]Setting up auth 2022-08-08T11:38:38.5958322Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand 2022-08-08T11:38:38.5992536Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-08T11:38:38.6481533Z [command]/usr/bin/git config --local --name-only --get-regexp http.https\:\/\/github.com\/.extraheader 2022-08-08T11:38:38.6506311Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http.https\:\/\/github.com\/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-08-08T11:38:38.6733604Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic 2022-08-08T11:38:38.6766100Z ##[endgroup] 2022-08-08T11:38:38.6766687Z ##[group]Fetching the repository 2022-08-08T11:38:38.6777196Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +23ca7e25b4a616486fac4ec3c0afaf5c1a8e8f05:refs/remotes/origin/master 2022-08-08T11:38:39.0559940Z remote: Enumerating objects: 114, done.
2022-08-08T11:38:39.0617681Z remote: Counting objects: 0% (1/114)
2022-08-08T11:38:39.0618152Z remote: Counting objects: 1% (2/114)
2022-08-08T11:38:39.0618447Z remote: Counting objects: 2% (3/114)
2022-08-08T11:38:39.0618747Z remote: Counting objects: 3% (4/114)
2022-08-08T11:38:39.0619044Z remote: Counting objects: 4% (5/114)
2022-08-08T11:38:39.0619324Z remote: Counting objects: 5% (6/114)
2022-08-08T11:38:39.0619614Z remote: Counting objects: 6% (7/114)
2022-08-08T11:38:39.0619912Z remote: Counting objects: 7% (8/114)
2022-08-08T11:38:39.0620197Z remote: Counting objects: 8% (10/114)
2022-08-08T11:38:39.0620499Z remote: Counting objects: 9% (11/114)
2022-08-08T11:38:39.0620805Z remote: Counting objects: 10% (12/114)
2022-08-08T11:38:39.0621100Z remote: Counting objects: 11% (13/114)
2022-08-08T11:38:39.0621401Z remote: Counting objects: 12% (14/114)
2022-08-08T11:38:39.0621698Z remote: Counting objects: 13% (15/114)
2022-08-08T11:38:39.0621989Z remote: Counting objects: 14% (16/114)
2022-08-08T11:38:39.0622271Z remote: Counting objects: 15% (18/114)
2022-08-08T11:38:39.0622561Z remote: Counting objects: 16% (19/114)
2022-08-08T11:38:39.0622852Z remote: Counting objects: 17% (20/114)
2022-08-08T11:38:39.0623131Z remote: Counting objects: 18% (21/114)
2022-08-08T11:38:39.0623421Z remote: Counting objects: 19% (22/114)
2022-08-08T11:38:39.0623713Z remote: Counting objects: 20% (23/114)
2022-08-08T11:38:39.0623989Z remote: Counting objects: 21% (24/114)
2022-08-08T11:38:39.0624278Z remote: Counting objects: 22% (26/114)
2022-08-08T11:38:39.0624570Z remote: Counting objects: 23% (27/114)
2022-08-08T11:38:39.0624848Z remote: Counting objects: 24% (28/114)
2022-08-08T11:38:39.0625416Z remote: Counting objects: 25% (29/114)
2022-08-08T11:38:39.0625709Z remote: Counting objects: 26% (30/114)
2022-08-08T11:38:39.0626000Z remote: Counting objects: 27% (31/114)
2022-08-08T11:38:39.0626285Z remote: Counting objects: 28% (32/114)
2022-08-08T11:38:39.0626574Z remote: Counting objects: 29% (34/114)
2022-08-08T11:38:39.0626868Z remote: Counting objects: 30% (35/114)
2022-08-08T11:38:39.0627143Z remote: Counting objects: 31% (36/114)
2022-08-08T11:38:39.0627430Z remote: Counting objects: 32% (37/114)
2022-08-08T11:38:39.0627716Z remote: Counting objects: 33% (38/114)
2022-08-08T11:38:39.0627990Z remote: Counting objects: 34% (39/114)
2022-08-08T11:38:39.0628277Z remote: Counting objects: 35% (40/114)
2022-08-08T11:38:39.0628568Z remote: Counting objects: 36% (42/114)
2022-08-08T11:38:39.0628843Z remote: Counting objects: 37% (43/114)
2022-08-08T11:38:39.0629145Z remote: Counting objects: 38% (44/114)
2022-08-08T11:38:39.0629732Z remote: Counting objects: 39% (45/114)
2022-08-08T11:38:39.0630030Z remote: Counting objects: 40% (46/114)
2022-08-08T11:38:39.0630308Z remote: Counting objects: 41% (47/114)
2022-08-08T11:38:39.0630602Z remote: Counting objects: 42% (48/114)
2022-08-08T11:38:39.0630892Z remote: Counting objects: 43% (50/114)
2022-08-08T11:38:39.0631166Z remote: Counting objects: 44% (51/114)
2022-08-08T11:38:39.0631458Z remote: Counting objects: 45% (52/114)
2022-08-08T11:38:39.0631749Z remote: Counting objects: 46% (53/114)
2022-08-08T11:38:39.0632025Z remote: Counting objects: 47% (54/114)
2022-08-08T11:38:39.0632312Z remote: Counting objects: 48% (55/114)
2022-08-08T11:38:39.0632606Z remote: Counting objects: 49% (56/114)
2022-08-08T11:38:39.0632883Z remote: Counting objects: 50% (57/114)
2022-08-08T11:38:39.0633292Z remote: Counting objects: 51% (59/114)
2022-08-08T11:38:39.0633595Z remote: Counting objects: 52% (60/114)
2022-08-08T11:38:39.0633893Z remote: Counting objects: 53% (61/114)
2022-08-08T11:38:39.0634171Z remote: Counting objects: 54% (62/114)
2022-08-08T11:38:39.0634460Z remote: Counting objects: 55% (63/114)
2022-08-08T11:38:39.0634752Z remote: Counting objects: 56% (64/114)
2022-08-08T11:38:39.0635023Z remote: Counting objects: 57% (65/114)
2022-08-08T11:38:39.0635308Z remote: Counting objects: 58% (67/114)
2022-08-08T11:38:39.0635596Z remote: Counting objects: 59% (68/114)
2022-08-08T11:38:39.0635872Z remote: Counting objects: 60% (69/114)
2022-08-08T11:38:39.0636158Z remote: Counting objects: 61% (70/114)
2022-08-08T11:38:39.0636447Z remote: Counting objects: 62% (71/114)
2022-08-08T11:38:39.0636719Z remote: Counting objects: 63% (72/114)
2022-08-08T11:38:39.0637023Z remote: Counting objects: 64% (73/114)
2022-08-08T11:38:39.0637318Z remote: Counting objects: 65% (75/114)
2022-08-08T11:38:39.0637604Z remote: Counting objects: 66% (76/114)
2022-08-08T11:38:39.0637892Z remote: Counting objects: 67% (77/114)
2022-08-08T11:38:39.0638166Z remote: Counting objects: 68% (78/114)
2022-08-08T11:38:39.0638453Z remote: Counting objects: 69% (79/114)
2022-08-08T11:38:39.0638740Z remote: Counting objects: 70% (80/114)
2022-08-08T11:38:39.0639051Z remote: Counting objects: 71% (81/114)
2022-08-08T11:38:39.0639336Z remote: Counting objects: 72% (83/114)
2022-08-08T11:38:39.0639621Z remote: Counting objects: 73% (84/114)
2022-08-08T11:38:39.0639894Z remote: Counting objects: 74% (85/114)
2022-08-08T11:38:39.0640279Z remote: Counting objects: 75% (86/114)
2022-08-08T11:38:39.0640535Z remote: Counting objects: 76% (87/114)
2022-08-08T11:38:39.0640775Z remote: Counting objects: 77% (88/114)
2022-08-08T11:38:39.0641128Z remote: Counting objects: 78% (89/114)
2022-08-08T11:38:39.0641386Z remote: Counting objects: 79% (91/114)
2022-08-08T11:38:39.0641637Z remote: Counting objects: 80% (92/114)
2022-08-08T11:38:39.0641877Z remote: Counting objects: 81% (93/114)
2022-08-08T11:38:39.0642128Z remote: Counting objects: 82% (94/114)
2022-08-08T11:38:39.0642383Z remote: Counting objects: 83% (95/114)
2022-08-08T11:38:39.0642621Z remote: Counting objects: 84% (96/114)
2022-08-08T11:38:39.0642871Z remote: Counting objects: 85% (97/114)
2022-08-08T11:38:39.0643124Z remote: Counting objects: 86% (99/114)
2022-08-08T11:38:39.0643372Z remote: Counting objects: 87% (100/114)
2022-08-08T11:38:39.0643638Z remote: Counting objects: 88% (101/114)
2022-08-08T11:38:39.0643900Z remote: Counting objects: 89% (102/114)
2022-08-08T11:38:39.0644167Z remote: Counting objects: 90% (103/114)
2022-08-08T11:38:39.0644418Z remote: Counting objects: 91% (104/114)
2022-08-08T11:38:39.0644678Z remote: Counting objects: 92% (105/114)
2022-08-08T11:38:39.0644933Z remote: Counting objects: 93% (107/114)
2022-08-08T11:38:39.0645178Z remote: Counting objects: 94% (108/114)
2022-08-08T11:38:39.0645436Z remote: Counting objects: 95% (109/114)
2022-08-08T11:38:39.0645702Z remote: Counting objects: 96% (110/114)
2022-08-08T11:38:39.0645946Z remote: Counting objects: 97% (111/114)
2022-08-08T11:38:39.0646201Z remote: Counting objects: 98% (112/114)
2022-08-08T11:38:39.0646456Z remote: Counting objects: 99% (113/114)
2022-08-08T11:38:39.0646700Z remote: Counting objects: 100% (114/114)
2022-08-08T11:38:39.0646975Z remote: Counting objects: 100% (114/114), done.
2022-08-08T11:38:39.0647268Z remote: Compressing objects: 0% (1/107)
2022-08-08T11:38:39.0647544Z remote: Compressing objects: 1% (2/107)
2022-08-08T11:38:39.0958942Z remote: Compressing objects: 2% (3/107)
2022-08-08T11:38:39.0959484Z remote: Compressing objects: 3% (4/107)
2022-08-08T11:38:39.0960263Z remote: Compressing objects: 4% (5/107)
2022-08-08T11:38:39.0960920Z remote: Compressing objects: 5% (6/107)
2022-08-08T11:38:39.0961591Z remote: Compressing objects: 6% (7/107)
2022-08-08T11:38:39.0962385Z remote: Compressing objects: 7% (8/107)
2022-08-08T11:38:39.0963108Z remote: Compressing objects: 8% (9/107)
2022-08-08T11:38:39.0964298Z remote: Compressing objects: 9% (10/107)
2022-08-08T11:38:39.0964803Z remote: Compressing objects: 10% (11/107)
2022-08-08T11:38:39.0965424Z remote: Compressing objects: 11% (12/107)
2022-08-08T11:38:39.0966077Z remote: Compressing objects: 12% (13/107)
2022-08-08T11:38:39.0966818Z remote: Compressing objects: 13% (14/107)
2022-08-08T11:38:39.0967464Z remote: Compressing objects: 14% (15/107)
2022-08-08T11:38:39.0968124Z remote: Compressing objects: 15% (17/107)
2022-08-08T11:38:39.0968766Z remote: Compressing objects: 16% (18/107)
2022-08-08T11:38:39.0969563Z remote: Compressing objects: 17% (19/107)
2022-08-08T11:38:39.0970258Z remote: Compressing objects: 18% (20/107)
2022-08-08T11:38:39.0970912Z remote: Compressing objects: 19% (21/107)
2022-08-08T11:38:39.0971566Z remote: Compressing objects: 20% (22/107)
2022-08-08T11:38:39.0972282Z remote: Compressing objects: 21% (23/107)
2022-08-08T11:38:39.0972902Z remote: Compressing objects: 22% (24/107)
2022-08-08T11:38:39.0973543Z remote: Compressing objects: 23% (25/107)
2022-08-08T11:38:39.0974330Z remote: Compressing objects: 24% (26/107)
2022-08-08T11:38:39.0975137Z remote: Compressing objects: 25% (27/107)
2022-08-08T11:38:39.0975748Z remote: Compressing objects: 26% (28/107)
2022-08-08T11:38:39.0976386Z remote: Compressing objects: 27% (29/107)
2022-08-08T11:38:39.0977042Z remote: Compressing objects: 28% (30/107)
2022-08-08T11:38:39.0977789Z remote: Compressing objects: 29% (32/107)
2022-08-08T11:38:39.0978429Z remote: Compressing objects: 30% (33/107)
2022-08-08T11:38:39.0979054Z remote: Compressing objects: 31% (34/107)
2022-08-08T11:38:39.0979908Z remote: Compressing objects: 32% (35/107)
2022-08-08T11:38:39.0980544Z remote: Compressing objects: 33% (36/107)
2022-08-08T11:38:39.0981217Z remote: Compressing objects: 34% (37/107)
2022-08-08T11:38:39.0981884Z remote: Compressing objects: 35% (38/107)
2022-08-08T11:38:39.0982524Z remote: Compressing objects: 36% (39/107)
2022-08-08T11:38:39.0983200Z remote: Compressing objects: 37% (40/107)
2022-08-08T11:38:39.0983841Z remote: Compressing objects: 38% (41/107)
2022-08-08T11:38:39.0984478Z remote: Compressing objects: 39% (42/107)
2022-08-08T11:38:39.0985190Z remote: Compressing objects: 40% (43/107)
2022-08-08T11:38:39.0985914Z remote: Compressing objects: 41% (44/107)
2022-08-08T11:38:39.0986521Z remote: Compressing objects: 42% (45/107)
2022-08-08T11:38:39.0987148Z remote: Compressing objects: 43% (47/107)
2022-08-08T11:38:39.0987873Z remote: Compressing objects: 44% (48/107)
2022-08-08T11:38:39.0988571Z remote: Compressing objects: 45% (49/107)
2022-08-08T11:38:39.0989316Z remote: Compressing objects: 46% (50/107)
2022-08-08T11:38:39.0990242Z remote: Compressing objects: 47% (51/107)
2022-08-08T11:38:39.0990792Z remote: Compressing objects: 48% (52/107)
2022-08-08T11:38:39.0991101Z remote: Compressing objects: 49% (53/107)
2022-08-08T11:38:39.0991413Z remote: Compressing objects: 50% (54/107)
2022-08-08T11:38:39.0991821Z remote: Compressing objects: 51% (55/107)
2022-08-08T11:38:39.0992129Z remote: Compressing objects: 52% (56/107)
2022-08-08T11:38:39.0992696Z remote: Compressing objects: 53% (57/107)
2022-08-08T11:38:39.0993110Z remote: Compressing objects: 54% (58/107)
2022-08-08T11:38:39.0993971Z remote: Compressing objects: 55% (59/107)
2022-08-08T11:38:39.0994526Z remote: Compressing objects: 56% (60/107)
2022-08-08T11:38:39.0995180Z remote: Compressing objects: 57% (61/107)
2022-08-08T11:38:39.0995804Z remote: Compressing objects: 58% (63/107)
2022-08-08T11:38:39.0996627Z remote: Compressing objects: 59% (64/107)
2022-08-08T11:38:39.0997276Z remote: Compressing objects: 60% (65/107)
2022-08-08T11:38:39.0997910Z remote: Compressing objects: 61% (66/107)
2022-08-08T11:38:39.0998532Z remote: Compressing objects: 62% (67/107)
2022-08-08T11:38:39.0999251Z remote: Compressing objects: 63% (68/107)
2022-08-08T11:38:39.0999886Z remote: Compressing objects: 64% (69/107)
2022-08-08T11:38:39.1000533Z remote: Compressing objects: 65% (70/107)
2022-08-08T11:38:39.1001244Z remote: Compressing objects: 66% (71/107)
2022-08-08T11:38:39.1001893Z remote: Compressing objects: 67% (72/107)
2022-08-08T11:38:39.1002533Z remote: Compressing objects: 68% (73/107)
2022-08-08T11:38:39.1003176Z remote: Compressing objects: 69% (74/107)
2022-08-08T11:38:39.1003927Z remote: Compressing objects: 70% (75/107)
2022-08-08T11:38:39.1004569Z remote: Compressing objects: 71% (76/107)
2022-08-08T11:38:39.1005214Z remote: Compressing objects: 72% (78/107)
2022-08-08T11:38:39.1005883Z remote: Compressing objects: 73% (79/107)
2022-08-08T11:38:39.1006592Z remote: Compressing objects: 74% (80/107)
2022-08-08T11:38:39.1007223Z remote: Compressing objects: 75% (81/107)
2022-08-08T11:38:39.1007930Z remote: Compressing objects: 76% (82/107)
2022-08-08T11:38:39.1008633Z remote: Compressing objects: 77% (83/107)
2022-08-08T11:38:39.1009420Z remote: Compressing objects: 78% (84/107)
2022-08-08T11:38:39.1010065Z remote: Compressing objects: 79% (85/107)
2022-08-08T11:38:39.1010890Z remote: Compressing objects: 80% (86/107)
2022-08-08T11:38:39.1011694Z remote: Compressing objects: 81% (87/107)
2022-08-08T11:38:39.1012496Z remote: Compressing objects: 82% (88/107)
2022-08-08T11:38:39.1013225Z remote: Compressing objects: 83% (89/107)
2022-08-08T11:38:39.1014202Z remote: Compressing objects: 84% (90/107)
2022-08-08T11:38:39.1014920Z remote: Compressing objects: 85% (91/107)
2022-08-08T11:38:39.1015693Z remote: Compressing objects: 86% (93/107)
2022-08-08T11:38:39.1016426Z remote: Compressing objects: 87% (94/107)
2022-08-08T11:38:39.1017144Z remote: Compressing objects: 88% (95/107)
2022-08-08T11:38:39.1017995Z remote: Compressing objects: 89% (96/107)
2022-08-08T11:38:39.1018657Z remote: Compressing objects: 90% (97/107)
2022-08-08T11:38:39.1019530Z remote: Compressing objects: 91% (98/107)
2022-08-08T11:38:39.1020165Z remote: Compressing objects: 92% (99/107)
2022-08-08T11:38:39.1020907Z remote: Compressing objects: 93% (100/107)
2022-08-08T11:38:39.1021716Z remote: Compressing objects: 94% (101/107)
2022-08-08T11:38:39.1022554Z remote: Compressing objects: 95% (102/107)
2022-08-08T11:38:39.1023371Z remote: Compressing objects: 96% (103/107)
2022-08-08T11:38:39.1024195Z remote: Compressing objects: 97% (104/107)
2022-08-08T11:38:39.1024906Z remote: Compressing objects: 98% (105/107)
2022-08-08T11:38:39.1025696Z remote: Compressing objects: 99% (106/107)
2022-08-08T11:38:39.1026430Z remote: Compressing objects: 100% (107/107)
2022-08-08T11:38:39.1027175Z remote: Compressing objects: 100% (107/107), done.
2022-08-08T11:38:39.1121860Z Receiving objects: 0% (1/114) 2022-08-08T11:38:39.1123714Z Receiving objects: 1% (2/114) 2022-08-08T11:38:39.1124164Z Receiving objects: 2% (3/114) 2022-08-08T11:38:39.1125600Z Receiving objects: 3% (4/114) 2022-08-08T11:38:39.1125989Z Receiving objects: 4% (5/114) 2022-08-08T11:38:39.1126565Z Receiving objects: 5% (6/114) 2022-08-08T11:38:39.1127226Z Receiving objects: 6% (7/114) 2022-08-08T11:38:39.1127872Z Receiving objects: 7% (8/114) 2022-08-08T11:38:39.1128519Z Receiving objects: 8% (10/114) 2022-08-08T11:38:39.1129064Z Receiving objects: 9% (11/114) 2022-08-08T11:38:39.1183802Z Receiving objects: 10% (12/114) 2022-08-08T11:38:39.1184056Z Receiving objects: 11% (13/114) 2022-08-08T11:38:39.1184298Z Receiving objects: 12% (14/114) 2022-08-08T11:38:39.1184536Z Receiving objects: 13% (15/114) 2022-08-08T11:38:39.1184756Z Receiving objects: 14% (16/114) 2022-08-08T11:38:39.3176055Z Receiving objects: 15% (18/114) 2022-08-08T11:38:39.3176647Z Receiving objects: 16% (19/114) 2022-08-08T11:38:39.3177223Z Receiving objects: 17% (20/114) 2022-08-08T11:38:39.3177778Z Receiving objects: 18% (21/114) 2022-08-08T11:38:39.3178309Z Receiving objects: 19% (22/114) 2022-08-08T11:38:39.3179370Z Receiving objects: 20% (23/114) 2022-08-08T11:38:39.3179859Z Receiving objects: 21% (24/114) 2022-08-08T11:38:39.3180244Z Receiving objects: 22% (26/114) 2022-08-08T11:38:39.3180809Z Receiving objects: 23% (27/114) 2022-08-08T11:38:39.3181297Z Receiving objects: 24% (28/114) 2022-08-08T11:38:39.3181788Z Receiving objects: 25% (29/114) 2022-08-08T11:38:39.3182537Z Receiving objects: 26% (30/114) 2022-08-08T11:38:39.3183024Z Receiving objects: 27% (31/114) 2022-08-08T11:38:39.3183504Z Receiving objects: 28% (32/114) 2022-08-08T11:38:39.3183990Z Receiving objects: 29% (34/114) 2022-08-08T11:38:39.3184456Z Receiving objects: 30% (35/114) 2022-08-08T11:38:39.3184933Z Receiving objects: 31% (36/114) 2022-08-08T11:38:39.3185413Z Receiving objects: 32% (37/114) 2022-08-08T11:38:39.3185892Z Receiving objects: 33% (38/114) 2022-08-08T11:38:39.3186353Z Receiving objects: 34% (39/114) 2022-08-08T11:38:39.3186832Z Receiving objects: 35% (40/114) 2022-08-08T11:38:39.3187319Z Receiving objects: 36% (42/114) 2022-08-08T11:38:39.3188014Z Receiving objects: 37% (43/114) 2022-08-08T11:38:39.3188632Z Receiving objects: 38% (44/114) 2022-08-08T11:38:39.4392725Z Receiving objects: 39% (45/114) 2022-08-08T11:38:39.4419785Z Receiving objects: 40% (46/114) 2022-08-08T11:38:39.4739044Z Receiving objects: 41% (47/114) 2022-08-08T11:38:39.4803125Z Receiving objects: 42% (48/114) 2022-08-08T11:38:39.4803579Z Receiving objects: 43% (50/114) 2022-08-08T11:38:39.4806663Z Receiving objects: 44% (51/114) 2022-08-08T11:38:39.4807105Z Receiving objects: 45% (52/114) 2022-08-08T11:38:39.4808313Z Receiving objects: 46% (53/114) 2022-08-08T11:38:39.4808721Z Receiving objects: 47% (54/114) 2022-08-08T11:38:39.4809883Z Receiving objects: 48% (55/114) 2022-08-08T11:38:39.4810301Z Receiving objects: 49% (56/114) 2022-08-08T11:38:39.4811857Z Receiving objects: 50% (57/114) 2022-08-08T11:38:39.4812274Z Receiving objects: 51% (59/114) 2022-08-08T11:38:39.4812864Z Receiving objects: 52% (60/114) 2022-08-08T11:38:39.4813287Z Receiving objects: 53% (61/114) 2022-08-08T11:38:39.4814021Z Receiving objects: 54% (62/114) 2022-08-08T11:38:39.4814427Z Receiving objects: 55% (63/114) 2022-08-08T11:38:39.4815010Z Receiving objects: 56% (64/114) 2022-08-08T11:38:39.4815383Z Receiving objects: 57% (65/114) 2022-08-08T11:38:39.4815960Z Receiving objects: 58% (67/114) 2022-08-08T11:38:39.4816336Z Receiving objects: 59% (68/114) 2022-08-08T11:38:39.4816909Z Receiving objects: 60% (69/114) 2022-08-08T11:38:39.4817279Z Receiving objects: 61% (70/114) 2022-08-08T11:38:39.4817851Z Receiving objects: 62% (71/114) 2022-08-08T11:38:39.4818230Z Receiving objects: 63% (72/114) 2022-08-08T11:38:39.4818783Z Receiving objects: 64% (73/114) 2022-08-08T11:38:39.4819601Z Receiving objects: 65% (75/114) 2022-08-08T11:38:39.4820279Z Receiving objects: 66% (76/114) 2022-08-08T11:38:39.4820665Z Receiving objects: 67% (77/114) 2022-08-08T11:38:39.4821225Z Receiving objects: 68% (78/114) 2022-08-08T11:38:39.4821792Z Receiving objects: 69% (79/114) 2022-08-08T11:38:39.4822404Z Receiving objects: 70% (80/114) 2022-08-08T11:38:39.4822775Z Receiving objects: 71% (81/114) 2022-08-08T11:38:39.4823352Z Receiving objects: 72% (83/114) 2022-08-08T11:38:39.4823739Z Receiving objects: 73% (84/114) 2022-08-08T11:38:39.4824309Z Receiving objects: 74% (85/114) 2022-08-08T11:38:39.4824682Z Receiving objects: 75% (86/114) 2022-08-08T11:38:39.4825282Z Receiving objects: 76% (87/114) 2022-08-08T11:38:39.4825660Z Receiving objects: 77% (88/114) 2022-08-08T11:38:39.4826228Z Receiving objects: 78% (89/114) 2022-08-08T11:38:39.4826600Z Receiving objects: 79% (91/114) 2022-08-08T11:38:39.4831517Z Receiving objects: 80% (92/114) 2022-08-08T11:38:39.4832348Z remote: Total 114 (delta 8), reused 71 (delta 0), pack-reused 0
2022-08-08T11:38:39.4863889Z Receiving objects: 81% (93/114) 2022-08-08T11:38:39.4864958Z Receiving objects: 82% (94/114) 2022-08-08T11:38:39.4865651Z Receiving objects: 83% (95/114) 2022-08-08T11:38:39.4866079Z Receiving objects: 84% (96/114) 2022-08-08T11:38:39.4866661Z Receiving objects: 85% (97/114) 2022-08-08T11:38:39.4867548Z Receiving objects: 86% (99/114) 2022-08-08T11:38:39.4868192Z Receiving objects: 87% (100/114) 2022-08-08T11:38:39.4868586Z Receiving objects: 88% (101/114) 2022-08-08T11:38:39.4869174Z Receiving objects: 89% (102/114) 2022-08-08T11:38:39.4869560Z Receiving objects: 90% (103/114) 2022-08-08T11:38:39.4870748Z Receiving objects: 91% (104/114) 2022-08-08T11:38:39.4871146Z Receiving objects: 92% (105/114) 2022-08-08T11:38:39.4872442Z Receiving objects: 93% (107/114) 2022-08-08T11:38:39.4873436Z Receiving objects: 94% (108/114) 2022-08-08T11:38:39.4874816Z Receiving objects: 95% (109/114) 2022-08-08T11:38:39.4875271Z Receiving objects: 96% (110/114) 2022-08-08T11:38:39.4875863Z Receiving objects: 97% (111/114) 2022-08-08T11:38:39.4876254Z Receiving objects: 98% (112/114) 2022-08-08T11:38:39.4876813Z Receiving objects: 99% (113/114) 2022-08-08T11:38:39.4877196Z Receiving objects: 100% (114/114) 2022-08-08T11:38:39.4878028Z Receiving objects: 100% (114/114), 3.12 MiB | 8.29 MiB/s, done. 2022-08-08T11:38:39.4878485Z Resolving deltas: 0% (0/8) 2022-08-08T11:38:39.4879049Z Resolving deltas: 12% (1/8) 2022-08-08T11:38:39.4898558Z Resolving deltas: 25% (2/8) 2022-08-08T11:38:39.4901656Z Resolving deltas: 37% (3/8) 2022-08-08T11:38:39.4904767Z Resolving deltas: 50% (4/8) 2022-08-08T11:38:39.4951229Z Resolving deltas: 62% (5/8) 2022-08-08T11:38:39.4954993Z Resolving deltas: 75% (6/8) 2022-08-08T11:38:39.5003439Z Resolving deltas: 87% (7/8) 2022-08-08T11:38:39.5003928Z Resolving deltas: 100% (8/8) 2022-08-08T11:38:39.5004809Z Resolving deltas: 100% (8/8), done. 2022-08-08T11:38:39.5142765Z From https://github.com/mdarif/project-management 2022-08-08T11:38:39.5143267Z * [new ref] 23ca7e25b4a616486fac4ec3c0afaf5c1a8e8f05 -> origin/master 2022-08-08T11:38:39.5164432Z ##[endgroup] 2022-08-08T11:38:39.5164883Z ##[group]Determining the checkout info 2022-08-08T11:38:39.5167958Z ##[endgroup] 2022-08-08T11:38:39.5168388Z ##[group]Checking out the ref 2022-08-08T11:38:39.5218012Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master 2022-08-08T11:38:39.5529370Z Reset branch 'master' 2022-08-08T11:38:39.5529868Z branch 'master' set up to track 'origin/master'. 2022-08-08T11:38:39.5538359Z ##[endgroup] 2022-08-08T11:38:39.5612137Z [command]/usr/bin/git log -1 --format='%H' 2022-08-08T11:38:39.5646899Z '23ca7e25b4a616486fac4ec3c0afaf5c1a8e8f05' 2022-08-08T11:38:39.5906405Z ##[group]Run actions/configure-pages@v1 2022-08-08T11:38:39.5906771Z with: 2022-08-08T11:38:39.5907197Z token: 2022-08-08T11:38:39.5907702Z enablement: true 2022-08-08T11:38:39.5907990Z ##[endgroup] 2022-08-08T11:38:39.9401046Z 2022-08-08T11:38:39.9409047Z 2022-08-08T11:38:39.9412662Z 2022-08-08T11:38:39.9413420Z 2022-08-08T11:38:39.9538075Z ##[group]Run actions/upload-pages-artifact@v1 2022-08-08T11:38:39.9538441Z with: 2022-08-08T11:38:39.9538653Z path: website 2022-08-08T11:38:39.9539001Z retention-days: 1 2022-08-08T11:38:39.9539276Z ##[endgroup] 2022-08-08T11:38:39.9846840Z ##[group]Run tar \ 2022-08-08T11:38:39.9847337Z tar \ 2022-08-08T11:38:39.9847671Z  --dereference --hard-dereference \ 2022-08-08T11:38:39.9848019Z  --directory website \ 2022-08-08T11:38:39.9848320Z  -cvf /home/runner/work/_temp/artifact.tar \ 2022-08-08T11:38:39.9848670Z  --exclude=.git \ 2022-08-08T11:38:39.9849007Z  --exclude=.github \ 2022-08-08T11:38:39.9849239Z  . 2022-08-08T11:38:39.9910100Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-08T11:38:39.9910506Z ##[endgroup] 2022-08-08T11:38:40.0092600Z ./ 2022-08-08T11:38:40.0092908Z ./docs/ 2022-08-08T11:38:40.0093216Z ./docs/Tutorials/ 2022-08-08T11:38:40.0093616Z ./docs/Tutorials/intro.md 2022-08-08T11:38:40.0094395Z ./docs/Tutorials/quick-start.mdx 2022-08-08T11:38:40.0094728Z ./docs/Tutorials/intro-2.md 2022-08-08T11:38:40.0095051Z ./docs/Introduction/ 2022-08-08T11:38:40.0095452Z ./docs/Introduction/getting-started.md 2022-08-08T11:38:40.0095721Z ./babel.config.js 2022-08-08T11:38:40.0096068Z ./package-lock.json 2022-08-08T11:38:40.0103484Z ./.gitignore 2022-08-08T11:38:40.0103823Z ./docusaurus.config.js 2022-08-08T11:38:40.0104062Z ./package.json 2022-08-08T11:38:40.0104334Z ./sidebars.js 2022-08-08T11:38:40.0104603Z ./src/ 2022-08-08T11:38:40.0104802Z ./src/css/ 2022-08-08T11:38:40.0105094Z ./src/css/custom.css 2022-08-08T11:38:40.0108125Z ./src/pages/ 2022-08-08T11:38:40.0108382Z ./src/pages/index.module.css 2022-08-08T11:38:40.0108726Z ./src/pages/index.js 2022-08-08T11:38:40.0109127Z ./src/pages/markdown-page.md 2022-08-08T11:38:40.0109377Z ./src/components/ 2022-08-08T11:38:40.0109699Z ./src/components/HomepageFeatures/ 2022-08-08T11:38:40.0110072Z ./src/components/HomepageFeatures/styles.module.css 2022-08-08T11:38:40.0110429Z ./src/components/HomepageFeatures/index.js 2022-08-08T11:38:40.0110856Z ./.nojekyll 2022-08-08T11:38:40.0111118Z ./static/ 2022-08-08T11:38:40.0111440Z ./static/img/ 2022-08-08T11:38:40.0111712Z ./static/img/undraw_docusaurus_tree.svg 2022-08-08T11:38:40.0225685Z ./static/img/undraw_docusaurus_mountain.svg 2022-08-08T11:38:40.0225972Z ./static/img/undraw_docusaurus_react.svg 2022-08-08T11:38:40.0226231Z ./static/img/docusaurus.png 2022-08-08T11:38:40.0226446Z ./static/img/logo.svg 2022-08-08T11:38:40.0226665Z ./static/img/favicon.ico 2022-08-08T11:38:40.0226872Z ./static/.nojekyll 2022-08-08T11:38:40.0227046Z ./README.md 2022-08-08T11:38:40.0270696Z ##[group]Run actions/upload-artifact@main 2022-08-08T11:38:40.0270928Z with: 2022-08-08T11:38:40.0271123Z name: github-pages 2022-08-08T11:38:40.0271359Z path: /home/runner/work/_temp/artifact.tar 2022-08-08T11:38:40.0271599Z retention-days: 1 2022-08-08T11:38:40.0271819Z if-no-files-found: warn 2022-08-08T11:38:40.0272026Z ##[endgroup] 2022-08-08T11:38:40.0905971Z With the provided path, there will be 1 file uploaded 2022-08-08T11:38:40.0913773Z Starting artifact upload 2022-08-08T11:38:40.0914821Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-08-08T11:38:40.0918854Z Artifact name is valid! 2022-08-08T11:38:40.1990824Z Container for artifact "github-pages" successfully created. Starting upload of file(s) 2022-08-08T11:38:40.4876316Z Total size of all the files uploaded is 271520 bytes 2022-08-08T11:38:40.4884150Z File upload process has finished. Finalizing the artifact upload 2022-08-08T11:38:40.5596141Z Artifact has been finalized. All files have been successfully uploaded! 2022-08-08T11:38:40.5596403Z 2022-08-08T11:38:40.5596598Z The raw size of all the files that were specified for upload is 1034240 bytes 2022-08-08T11:38:40.5597443Z The size of all the files that were uploaded is 271520 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-08-08T11:38:40.5597797Z 2022-08-08T11:38:40.5598444Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-08-08T11:38:40.5598845Z 2022-08-08T11:38:40.5599081Z Artifact github-pages has been successfully uploaded! 2022-08-08T11:38:40.5686032Z ##[group]Run actions/deploy-pages@main 2022-08-08T11:38:40.5686280Z with: 2022-08-08T11:38:40.5686478Z emit_telemetry: false 2022-08-08T11:38:40.5686813Z token: 2022-08-08T11:38:40.5687009Z timeout: 600000 2022-08-08T11:38:40.5687210Z error_count: 10 2022-08-08T11:38:40.5687411Z reporting_interval: 5000 2022-08-08T11:38:40.5687653Z artifact_name: github-pages 2022-08-08T11:38:40.5687873Z ##[endgroup] 2022-08-08T11:38:40.7447401Z Actor: mdarif 2022-08-08T11:38:40.7448066Z Action ID: 2817598479 2022-08-08T11:38:40.7449066Z Artifact URL: https://pipelines.actions.githubusercontent.com/yXJ6BQqAcWuCUt0UakTB0F6W1C3QiTGkQfPobUs2Q1KbAgVsX4/_apis/pipelines/workflows/2817598479/artifacts?api-version=6.0-preview 2022-08-08T11:38:40.8244094Z {"count":1,"value":[{"containerId":1132520,"size":1034240,"signedContent":null,"fileContainerResourceUrl":"https://pipelines.actions.githubusercontent.com/yXJ6BQqAcWuCUt0UakTB0F6W1C3QiTGkQfPobUs2Q1KbAgVsX4/_apis/resources/Containers/1132520","type":"actions_storage","name":"github-pages","url":"https://pipelines.actions.githubusercontent.com/yXJ6BQqAcWuCUt0UakTB0F6W1C3QiTGkQfPobUs2Q1KbAgVsX4/_apis/pipelines/1/runs/331/artifacts?artifactName=github-pages","expiresOn":"2022-08-09T11:38:40.1611617Z","items":null}]} 2022-08-08T11:38:40.8245233Z Creating deployment with payload: 2022-08-08T11:38:40.8245486Z { 2022-08-08T11:38:40.8248526Z "artifact_url": "https://pipelines.actions.githubusercontent.com/yXJ6BQqAcWuCUt0UakTB0F6W1C3QiTGkQfPobUs2Q1KbAgVsX4/_apis/pipelines/1/runs/331/artifacts?artifactName=github-pages&%24expand=SignedContent", 2022-08-08T11:38:40.8249425Z "pages_build_version": "23ca7e25b4a616486fac4ec3c0afaf5c1a8e8f05", 2022-08-08T11:38:40.8294193Z "oidc_token": "***" 2022-08-08T11:38:40.8294450Z } 2022-08-08T11:38:41.2615988Z Created deployment for 23ca7e25b4a616486fac4ec3c0afaf5c1a8e8f05 2022-08-08T11:38:41.2625228Z {"page_url":"https://mdarif.github.io/project-management/","status_url":"https://api.github.com/repos/mdarif/project-management/pages/deployment/status/23ca7e25b4a616486fac4ec3c0afaf5c1a8e8f05","preview_url":""} 2022-08-08T11:38:41.2626244Z 2022-08-08T11:38:46.5322889Z Reported success! 2022-08-08T11:38:46.5323100Z 2022-08-08T11:38:46.5406013Z Post job cleanup. 2022-08-08T11:38:46.6632264Z [command]/usr/bin/git version 2022-08-08T11:38:46.6683096Z git version 2.37.1 2022-08-08T11:38:46.6730555Z Temporarily overriding HOME='/home/runner/work/_temp/a69cdd1d-ac25-46ad-a2ab-10e8c8b106f3' before making global git config changes 2022-08-08T11:38:46.6731289Z Adding repository directory to the temporary git global config as a safe directory 2022-08-08T11:38:46.6736369Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/project-management/project-management 2022-08-08T11:38:46.6777142Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand 2022-08-08T11:38:46.6813403Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-08T11:38:46.7037418Z [command]/usr/bin/git config --local --name-only --get-regexp http.https\:\/\/github.com\/.extraheader 2022-08-08T11:38:46.7065496Z http.https://github.com/.extraheader 2022-08-08T11:38:46.7076017Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-08T11:38:46.7110969Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http.https\:\/\/github.com\/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-08-08T11:38:46.7550513Z Evaluate and set environment url 2022-08-08T11:38:46.7554308Z Evaluated environment url: https://mdarif.github.io/project-management/ 2022-08-08T11:38:46.7555055Z Uploading runner diagnostic logs 2022-08-08T11:38:46.7830477Z Completed runner diagnostic log upload 2022-08-08T11:38:46.7830984Z Cleaning up orphan processes

Additional context.

No response

mdarif commented 2 years ago

Any update please?

peaceiris commented 2 years ago

Please split jobs.

peaceiris commented 2 years ago

e.g.

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Build
        run: ...

      - name: Upload artifact
        uses: actions/upload-pages-artifact@v1

  deploy:
    environment:
      name: github-pages
      url: ${{ steps.deployment.outputs.page_url }}
    runs-on: ubuntu-latest
    needs: build
    steps:
      - name: Deploy to GitHub Pages
        id: deployment
        uses: actions/deploy-pages@v1
mdarif commented 2 years ago

Please split jobs.

Let me try and come back to you.

mdarif commented 2 years ago

Didn't work eventually I have to opt for Branch Deployment rather Github Actions.

peaceiris commented 2 years ago

Please report it here https://github.com/actions/deploy-pages/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

clement128 commented 2 years ago

Need to re-configure the Custom domain for the Github page again every time after I triggered the deployment

elibroftw commented 1 year ago

Ridiculous. The workaround is to just use a bash script and push to a different branch and tell github to use that branch as the source

peaceiris commented 1 year ago

actions/deploy-pages should have this issue, so I close this.

github-actions[bot] commented 1 year ago

This issue has been LOCKED because of it being resolved!

The issue has been fixed and is therefore considered resolved. If you still encounter this or it has changed, open a new issue instead of responding to solved ones.

Log | Bot Usage