Skip to content

Commit c468a88

Browse files
authored
Added selfhosted =)
1 parent 7bdce97 commit c468a88

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
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build Docusaurus
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
@@ -43,7 +43,7 @@ jobs:
4343
name: github-pages
4444
url: ${{ steps.deployment.outputs.page_url }}
4545

46-
runs-on: ubuntu-latest
46+
runs-on: self-hosted
4747
steps:
4848
- name: Deploy to GitHub Pages
4949
id: deployment

0 commit comments

Comments
 (0)