Skip to content

Commit

Permalink
update docs generate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zemuldo committed Sep 18, 2023
1 parent b3731da commit a2939ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install dependencies
- name: Install Dependencies
run : npm install

- name: Generate docs
- name: Generate Docs
run : npm run docs

- name: Publish docs
- name: Publish Docs
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.PAGES_PUBLISH_ISO_8583 }}
Expand Down

0 comments on commit a2939ee

Please sign in to comment.