Skip to content

Commit 6faea72

Browse files
authored
Fix formatting and update action version in build workflow (#16)
1 parent add05f5 commit 6faea72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Deploy Documentation Site
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["master","main"]
6+
branches: ["master", "main"]
77
paths:
88
- docs/**
99

@@ -25,8 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Build documentation site and uploads it to Azure storage
28-
uses: bcc-code/bcc-documentation-base@v2
28+
uses: bcc-code/bcc-documentation-base@v6
2929
with:
3030
title: Documentation Guide
3131
description: Information on how to set up documentation for BCC projects
32-
authentication: 'portal'
32+
authentication: "portal"

0 commit comments

Comments
 (0)