Skip to content

Commit

Permalink
chore(ci): test1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmou424 committed Jul 17, 2023
1 parent b86f67d commit fac9e39
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: build
path: build
- uses: actions/checkout@v3
- name: Checkout main branch
uses: actions/checkout@v3
with:
ref: main
path: main
Expand All @@ -26,7 +23,13 @@ jobs:
- name: Make userscripts
run: |
cd main || exit 1
git log
make
- name: Checkout build branch
uses: actions/checkout@v3
with:
ref: build
path: build
- name: Move userscripts
run: |
cd main || exit 1
Expand Down

0 comments on commit fac9e39

Please sign in to comment.