File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout the source code
18- uses : actions/checkout@v4
19- with :
20- fetch-depth : 1
18+ uses : actions/checkout@v6
2119
2220 - name : Install Rust
2321 run : |
2927
3028 - name : Upload artifact
3129 if : github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang'
32- uses : actions/upload-pages-artifact@v3
30+ uses : actions/upload-pages-artifact@v4
3331 with :
3432 path : ./output
3533
5149 - name : Deploy to GitHub Pages
5250 uses : actions/deploy-pages@v4
5351 id : deployment
54- - name : Configure AWS credentials
55- uses : aws-actions/configure-aws-credentials@v4
56- with :
57- aws-access-key-id : " ${{ secrets.AWS_ACCESS_KEY_ID }}"
58- aws-secret-access-key : " ${{ secrets.AWS_SECRET_ACCESS_KEY }}"
59- aws-region : us-west-1
60- - name : Invalidate CloudFront cache
61- run : aws cloudfront create-invalidation --distribution-id E3URKC86CEGJWE --paths "/*"
You can’t perform that action at this time.
0 commit comments