Skip to content

Commit

Permalink
👷 Updates documentation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amarrerod committed Oct 23, 2023
1 parent 20a3be8 commit d7f815c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cpp-check
on:
push:
branches:
- master
- main

jobs:
build:
Expand All @@ -18,8 +18,8 @@ jobs:
std: c++20
exclude_check: lib test

- name: publish report
- name: publish report
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: 'master' # your branch name goes here
BRANCH_NAME: "main" # your branch name goes here
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- master
- main

jobs:
deploy:
Expand All @@ -12,4 +12,4 @@ jobs:
- uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: docs
folder: docs

0 comments on commit d7f815c

Please sign in to comment.