Skip to content

Commit 2d0141c

Browse files
chore: update GitHub Actions workflow for documentation deployment (#808)
* chore: update GitHub Actions workflow for documentation deployment - Change default branch from 'master' to 'main' - Add 'workflow_dispatch' trigger for manual workflow execution - Set permissions for contents and pages * chore: remove CodeQL workflow for GitHub Actions - Deleted the CodeQL scan configuration file from the workflows directory.
1 parent 5ca3fa7 commit 2d0141c

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/pages-build-deployment.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: Build and Deploy Docs
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
6-
- master
7+
- main
8+
9+
permissions:
10+
contents: read
11+
pages: write
712

813
jobs:
914
build:

0 commit comments

Comments
 (0)