Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Feb 3, 2025
1 parent b3b4490 commit e3baa25
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: "Publish Documentation"
name: Publish documentation

on:
push:
branches:
- [main]
branches: [main]
tags:
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:

permissions:
contents: write

jobs:
build:
Expand All @@ -26,8 +31,7 @@ jobs:

- name: Build documentation
id: build-documentation
run:
npm run build:docs
run: npm run build:docs

- name: Upload static files as artifact
id: upload-documentation
Expand Down

0 comments on commit e3baa25

Please sign in to comment.