File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 group : ${{ github.workflow }}-${{ github.ref }}
2727
2828 steps :
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
3131 - name : Prepare Node environment
32- uses : actions/setup-node@v6
32+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3333 with :
3434 node-version : " lts/*"
3535
4040 bash build_docusaurus.sh
4141
4242 - name : Deploy on gh-pages
43- uses : peaceiris/actions-gh-pages@v4
43+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
4444 if : ${{ github.ref == 'refs/heads/main' }}
4545 with :
4646 github_token : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Deploy on cloudflare
5757 if : ${{ github.event_name != 'schedule' }}
58- uses : peaceiris/actions-gh-pages@v4
58+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
5959 with :
6060 personal_token : ${{ secrets.CLOUDFLARE_DEPLOY_KEY }}
6161 publish_dir : build
Original file line number Diff line number Diff line change 1515 id-token : write
1616
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : Set up Python
20- uses : actions/setup-python@v6
20+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121 with :
2222 python-version : " 3.12"
2323
3131 run : poetry build
3232
3333 - name : Publish package to PyPI
34- uses : pypa/gh-action-pypi-publish@release/v1
34+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
Original file line number Diff line number Diff line change 3737 fail-fast : false
3838
3939 steps :
40- - uses : actions/checkout@v6
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 - name : Install Python
42- uses : actions/setup-python@v6
42+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545
Original file line number Diff line number Diff line change @@ -187,13 +187,13 @@ const config = {
187187
188188 stylesheets : [
189189 {
190- href : "https://pranab.pages.dev/assets/fonts/katex/0.16.28 /katex.min.css" ,
190+ href : "https://pranab.pages.dev/assets/fonts/katex/0.16.45 /katex.min.css" ,
191191 type : "text/css" ,
192192 } ,
193193 ] ,
194194
195195 future : {
196- experimental_faster : true ,
196+ faster : true ,
197197 v4 : {
198198 removeLegacyPostBuildHeadAttribute : true ,
199199 useCssCascadeLayers : false ,
You can’t perform that action at this time.
0 commit comments