From 5e997ce2cf7420cf31c208e42c7e574fb2149c19 Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:19:50 -0500 Subject: [PATCH] ok we are using the official ones so it should be good --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ebe2b7..c29a3d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v1 - name: build jekyll - uses: lemonarc/jekyll-action@1.0.0 + uses: actions/jekyll-build-pages@v1 - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1