Skip to content

Commit

Permalink
add push v1 to module branch action to static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fanghanonline committed Aug 9, 2024
1 parent 7d3363e commit f3fa327
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@







# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

Expand Down Expand Up @@ -31,6 +38,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Copy To Branches Action
uses: planetoftheweb/copy-to-branches@v1
env:
key: main
files: v1
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit f3fa327

Please sign in to comment.