Skip to content

Commit c2e5588

Browse files
authored
Update rebuild.yml
1 parent 3b901d6 commit c2e5588

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/rebuild.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ jobs:
4141
with:
4242
name: built-media
4343
path: media
44+
45+
- name: Setup Pages
46+
uses: actions/configure-pages@v5
47+
- name: Upload artifact
48+
uses: actions/upload-pages-artifact@v3
49+
with:
50+
path: './'
51+
- name: Deploy to GitHub Pages
52+
uses: actions/deploy-pages@v4
4453

4554
- name: Checkout to develop-builds
4655
uses: actions/checkout@v3
@@ -76,12 +85,3 @@ jobs:
7685
token: ${{ secrets.t }}
7786
event-type: update
7887
repository: PenguinMod/penguinmod.github.io
79-
80-
- name: Setup Pages
81-
uses: actions/configure-pages@v5
82-
- name: Upload artifact
83-
uses: actions/upload-pages-artifact@v3
84-
with:
85-
path: './'
86-
- name: Deploy to GitHub Pages
87-
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)