Skip to content

Conversation

@justinmk
Copy link
Member

Problem:

Since moving to peaceiris/actions-gh-pages #401 there is a new problem:

/home/runner/actions_github_pages_1764026989086
  cp: no such file or directory: /home/runner/work/neovim.github.io/neovim.github.io/public/*
  cp: no such file or directory: /home/runner/work/neovim.github.io/neovim.github.io/public/.*

The old way magically worked because actions/upload-pages-artifact is internally handled by actions/deploy-pages. There is no complementary actions/download-pages-artifact so we have to do some other approach.

Solution:

Do the build in the deploy step, avoid uploading/downloading artifacts.

@justinmk justinmk force-pushed the fixci branch 6 times, most recently from 4011c51 to 1a3ff2c Compare November 25, 2025 00:49
Problem:
Since moving to `peaceiris/actions-gh-pages` #401
there is a new problem:

    /home/runner/actions_github_pages_1764026989086
      cp: no such file or directory: /home/runner/work/neovim.github.io/neovim.github.io/public/*
      cp: no such file or directory: /home/runner/work/neovim.github.io/neovim.github.io/public/.*

The old way magically worked because `actions/upload-pages-artifact` is
internally handled by `actions/deploy-pages`. There is no complementary
`actions/download-pages-artifact` so we have to do some other approach.

Solution:
Do the build in the deploy step, avoid uploading/downloading artifacts.
@justinmk justinmk merged commit 12837fc into master Nov 25, 2025
1 check passed
@justinmk justinmk deleted the fixci branch November 25, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants