Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Meekdai authored Jul 24, 2024
1 parent b3ad18e commit ee38206
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
Expand Down Expand Up @@ -33,13 +36,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload only the 'plugins' directory
path: 'plugins'
name: 'plugins'

# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
# Path within the artifact to deploy
path: 'plugins'

0 comments on commit ee38206

Please sign in to comment.