Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer authored Aug 12, 2024
1 parent 6b96792 commit 331550c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ jobs:
- name: Checkout the Repo
uses: actions/checkout@v4
with:
ref: gh-pages
path: repo
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Setup Git user
uses: qoomon/actions--setup-git@v1
- name: Change Branch to gh-pages
run: |
cd ./repo
git branch -M gh-pages
- name: Publish
run: |
cd ./Folia
Expand Down

0 comments on commit 331550c

Please sign in to comment.