mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
chore(deps): bump preactjs/compressed-size-action from 2.8.0 to 2.9.0 - pin all remaining GitHub actions (#11625)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
7f5d6122d2
commit
ee9dfd5d0b
|
|
@ -50,14 +50,14 @@ jobs:
|
||||||
path: website/build
|
path: website/build
|
||||||
|
|
||||||
#- name: Upload Website Pages artifact
|
#- name: Upload Website Pages artifact
|
||||||
# uses: actions/upload-pages-artifact@v4
|
# uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
|
||||||
# with:
|
# with:
|
||||||
# path: website/build
|
# path: website/build
|
||||||
|
|
||||||
# Deploy to https://facebook.github.io/docusaurus/
|
# Deploy to https://facebook.github.io/docusaurus/
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
|
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: website/build
|
publish_dir: website/build
|
||||||
|
|
@ -81,4 +81,4 @@ jobs:
|
||||||
# steps:
|
# steps:
|
||||||
# - name: Deploy to GitHub Pages
|
# - name: Deploy to GitHub Pages
|
||||||
# id: deployment
|
# id: deployment
|
||||||
# uses: actions/deploy-pages@v4
|
# uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
cache: yarn
|
cache: yarn
|
||||||
- name: Track build size changes
|
- name: Track build size changes
|
||||||
uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # v2
|
uses: preactjs/compressed-size-action@8518045ed95e94e971b83333085e1cb99aa18aa8 # v2.9.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
build-script: build:website:fast
|
build-script: build:website:fast
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,6 @@ jobs:
|
||||||
- name: Print Diff
|
- name: Print Diff
|
||||||
run: git diff
|
run: git diff
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v7
|
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
|
||||||
with:
|
with:
|
||||||
commit_message: 'refactor: apply lint autofix'
|
commit_message: 'refactor: apply lint autofix'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue