Skip to content

Commit

Permalink
Merge pull request #1252 from gettakaro/fix-docs-deploy-job
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored Sep 7, 2024
2 parents 36c3399 + 9aa8bc2 commit 8aac3d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy docs to Pages

on:
push:
branches: ["main"]
branches: ['main']

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -12,7 +12,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: true

jobs:
Expand All @@ -36,7 +36,7 @@ jobs:

- run: ./scripts/dev-init.sh

- run: npm -w packages/web-docs run export
- run: npm -w packages/web-docs run build

- name: Generate API client docs
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./packages/web-docs/build"
path: './packages/web-docs/build'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 8aac3d3

Please sign in to comment.