Hi,
I usually have no problem when publishing new posts on my blog, but this
morning I am getting the following message:
Running "git push"...
remote: Error submitting build job: interpret response: invalid
character '<' looking for beginning of value
To git.sr.ht:~manuel-uberti/manueluberti.eu
My posts are in Markdown, and the only occurrences of '<' I see is in
`<hr>`.
Any clue?
Thank you
--
Manuel Uberti
https://manueluberti.eu
On 22/12/22 10:15, Drew DeVault wrote:
> This was an issue on our side which has now been resolved.
I see the build now, thanks.
Has anything else changed, though? My build fails with this message:
An error occurred while installing sass-embedded (1.57.1), and Bundler
cannot continue.
In Gemfile:
jekyll-feed was resolved to 0.17.0, which depends on
jekyll was resolved to 4.3.1, which depends on
jekyll-sass-converter was resolved to 3.0.0, which depends on
sass-embedded
But 5 days ago was working just fine. FTR, this is my build.yml:
image: alpine/edge
secrets:
- <hidden>
oauth: pages.sr.ht/PAGES:RW
environment:
site: manueluberti.eu
packages:
- hut
- ruby-full
- ruby-dev
sources:
- git@git.sr.ht/~manuel-uberti/manueluberti.eu
tasks:
- install-bundler: |
sudo gem install bundler
- build: |
cd $site
bundle install
bundle exec jekyll build
- package: |
cd $site/_site
tar -cvz . > ../../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz
Thanks
--
Manuel Uberti
https://manueluberti.eu
On 22/12/22 10:55, Drew DeVault wrote:
> This looks like it's unrelated to sourcehut, probably an issue with gem.
Indeed, it had to do with dart-sass-embedded not available on Alpine.
Thanks again
--
Manuel Uberti
https://manueluberti.eu