Update static.yaml
This commit is contained in:
12
.github/workflows/static.yaml
vendored
12
.github/workflows/static.yaml
vendored
@@ -31,13 +31,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: './spring-cloud-gcp/'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
folder: ./
|
||||
|
||||
Reference in New Issue
Block a user