From c971930cc871b750fa75cb630384563c0c3705a2 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Mon, 21 Nov 2022 15:46:03 -0500 Subject: Remove unused files; consistent icon styling (#11) * Remove unused files; consistent icon styling * Update GitHub actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa698b8..d98b293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Run Gatsby Build run: npm run build --if-present - name: Commit public changes - uses: actions-js/push@v1.3 + uses: actions-js/push@latest with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: trunk -- cgit