Skip to content

Commit

Permalink
checks: ok
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Sep 26, 2023
1 parent ca3a214 commit 322de60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- feature/create-doxygen-code-doc # Set a branch name to trigger deployment
- develop # Set a branch name to trigger deployment
pull_request:

jobs:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
# If you're changing the branch from main,
# also change the `main` in `refs/heads/main`
# below accordingly.
if: github.ref == 'refs/heads/feature/create-doxygen-code-doc'
if: github.ref == 'refs/heads/develop'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
Expand Down
2 changes: 1 addition & 1 deletion src/solver/optimisation/constraints/AreaBalance.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AreaBalance : private ConstraintFactory
/*!
* @brief Add variables to the constraint and update constraints Matrix
* @param pdt : timestep
* @param pays : area9999999
* @param pays : area
*/
void add(int pdt, int pays);
};

0 comments on commit 322de60

Please sign in to comment.