This commit is contained in:
parent
93657205ba
commit
719b35c4b4
|
@ -18,12 +18,13 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
run: |
|
run: |
|
||||||
cat .git/config
|
# You have the choice:
|
||||||
#git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
|
# Either it sets the Authorization header twice (which git-lfs does not accept)
|
||||||
#cat .git/config
|
# or it sets it not at all.
|
||||||
|
# As the repository is public, the latter case is acceptable.
|
||||||
|
git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
|
||||||
git lfs install --local
|
git lfs install --local
|
||||||
git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull
|
git lfs pull
|
||||||
head -c 512 static/vendor/bootstrap.min.css
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nix build -L .#li7y .#li7y-oci
|
run: nix build -L .#li7y .#li7y-oci
|
||||||
- name: Push OCI image
|
- name: Push OCI image
|
||||||
|
|
Loading…
Reference in a new issue