Skip to content

Commit

Permalink
Merge pull request #50 from LeXXik/docs
Browse files Browse the repository at this point in the history
yml
  • Loading branch information
LeXXik authored May 24, 2024
2 parents c908507 + 22fff14 commit a90d13b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ concurrency:

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
Expand Down Expand Up @@ -56,18 +54,6 @@ jobs:

- name: Build API reference manual
run: npm run docs

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

lint:
name: Lint
Expand Down

0 comments on commit a90d13b

Please sign in to comment.