Skip to content

Commit 80bc8df

Browse files
committed
Reverting back to version instead of commit hash
Signed-off-by: DavidOsipov <[email protected]>
1 parent 232c9a2 commit 80bc8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f
2727
with:
2828
ruby-version: '3.4.2'
29-
cache: bundler
29+
bundler-cache: true
3030

3131
- name: Install dependencies
3232
run: |
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: site
4141

4242
- name: Publish
43-
uses: cloudflare/wrangler-action@707f63750981584eb6abc365a50d441516fb04b8
43+
uses: cloudflare/wrangler-action@v3.14.1
4444
with:
4545
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
4646
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)