-
Hi, the GitHub actions workflow to deploy on GitHub pages is not working in a freshly forked repo. It does not crash, but it doesn't commit any files to the
the folder exists when I build locally, so I'm not sure what's wrong. Has anybody faced this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hmm... This workflow hasn't been updated in a while, I might need to check it. You can try to modify it yourself if needed: https://github.com/importantimport/.github/blob/main/.github/workflows/pnpm-gh-pages.yml |
Beta Was this translation helpful? Give feedback.
-
The problem was that no adapter was configured within the GH action. I solved this by setting the environment variable |
Beta Was this translation helpful? Give feedback.
The problem was that no adapter was configured within the GH action. I solved this by setting the environment variable
ADAPTER
which is read insvelte.config.js