Skip to content

Commit

Permalink
chore: cd changed to ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 authored Dec 16, 2024
1 parent 4a18dc3 commit 5726f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site
publish_dir: docs/_site

0 comments on commit 5726f57

Please sign in to comment.