Skip to content

Commit dc4279a

Browse files
authored
Merge pull request #95 from sourceryinstitute/develop
Update and deploy develop to master
2 parents 763bcb5 + ff4b83a commit dc4279a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/FORD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
PUBLISH_BRANCH: gh-pages
123123
PUBLISH_DIR: ./API-doc
124124
with:
125-
emptyCommits: false
126-
forceOrphan: true
125+
emptyCommits: true
126+
forceOrphan: false
127127
commitMessage: ${{ github.event.head_commit.message }}
128128
username: ${{ github.actor }}
129129
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'

src/FV/applications

0 commit comments

Comments
 (0)