Skip to content

Commit

Permalink
Update doc-build-deploy.yml clean-exclude
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
  • Loading branch information
Marcus G K Williams authored and Marcus G K Williams committed Apr 27, 2023
1 parent 241dd32 commit 512dc18
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/doc-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ on:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: write
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build-docs:
Expand Down Expand Up @@ -66,4 +73,9 @@ jobs:
repository-name: lava-nc/lava-nc.github.io
folder: html
token: ${{ secrets.NXBUILD1_TOKEN }}
clean-exclude: "CNAME /n _images /n _static /n _sources"
clean-exclude: |
CNAME
.nojekyll
_images
_static
_sources

0 comments on commit 512dc18

Please sign in to comment.