Update static.yml
This commit is contained in:
parent
b3ad18e700
commit
ee38206dbb
12
.github/workflows/static.yml
vendored
12
.github/workflows/static.yml
vendored
@ -1,3 +1,6 @@
|
|||||||
|
# Simple workflow for deploying static content to GitHub Pages
|
||||||
|
name: Deploy static content to Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
push:
|
push:
|
||||||
@ -33,13 +36,8 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
# Upload only the 'plugins' directory
|
# Upload entire repository
|
||||||
path: 'plugins'
|
path: '.'
|
||||||
name: 'plugins'
|
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
with:
|
|
||||||
# Path within the artifact to deploy
|
|
||||||
path: 'plugins'
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user