Skip to content

Commit 33cebf3

Browse files
authored
SelfHost: RPi400 Added
1 parent 809b77f commit 33cebf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
build:
1515
name: Build Docusaurus
16-
runs-on: ubuntu-latest
16+
runs-on: self-hosted
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
@@ -47,7 +47,7 @@ jobs:
4747
name: github-pages
4848
url: ${{ steps.deployment.outputs.page_url }}
4949

50-
runs-on: ubuntu-latest
50+
runs-on: self-hosted
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment

0 commit comments

Comments
 (0)