We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232c9a2 commit 80bc8dfCopy full SHA for 80bc8df
.github/workflows/jekyll-gh-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f
27
with:
28
ruby-version: '3.4.2'
29
- cache: bundler
+ bundler-cache: true
30
31
- name: Install dependencies
32
run: |
@@ -40,7 +40,7 @@ jobs:
40
working-directory: site
41
42
- name: Publish
43
- uses: cloudflare/wrangler-action@707f63750981584eb6abc365a50d441516fb04b8
+ uses: cloudflare/wrangler-action@v3.14.1
44
45
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
46
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments