Skip to content

Commit

Permalink
actions: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 11, 2024
1 parent 20bea18 commit c390264
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,22 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/checkout@v4

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: openfl/OpenFLDevelopersGuide
path: OpenFLDevelopersGuide

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: openfl/AS3ConversionGuide
path: AS3ConversionGuide

- name: Build
run: |
npx honkit build OpenFLDevelopersGuide
npx honkit build AS3ConversionGuide
npx honkit@6 build OpenFLDevelopersGuide
npx honkit@6 build AS3ConversionGuide
- name: Prepare deploy
run: |
Expand Down

0 comments on commit c390264

Please sign in to comment.