Skip to content

Commit

Permalink
Merge branch 'main' of github.com:icometrix/icometrix-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinxten committed Feb 2, 2024
2 parents 0024312 + c48a65b commit f339498
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Generate docs

on: [push, pull_request, workflow_dispatch]

permissions:
contents: write
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
pages:
Expand All @@ -14,7 +15,7 @@ jobs:
permissions:
pages: write
id-token: write
contents: read
contents: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3

0 comments on commit f339498

Please sign in to comment.