Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/edonv/OpenPokeAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
edonv committed Feb 26, 2024
2 parents 94d102f + b8bef3d commit 6c5ed63
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ jobs:
name: Bundle Job
runs-on: ubuntu-latest
steps:
- name: Setup NPM Cache
- name: Checkout Code
uses: actions/checkout@v4
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: npm ci
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Install Redocly
run: npm i -g @redocly/cli@latest
run: npm ci
- run: redocly bundle openapi/openapi.json --output dist/openapi.json

0 comments on commit 6c5ed63

Please sign in to comment.