summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-24 08:33:54 +0200
committerGitHub <noreply@github.com>2023-05-24 08:33:54 +0200
commitb03de420d6190b90ce0988929b790520d9e6c164 (patch)
tree993866538ae0b559c510188a320c0d84fb527889 /.github
parentcad7283f031508a743585e7cd9af8d76b23d8a76 (diff)
Ensure we toucht the file on branch-off
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/occ-command-documentation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/occ-command-documentation.yml b/.github/workflows/occ-command-documentation.yml
index e987aa9e7..7463e1001 100644
--- a/.github/workflows/occ-command-documentation.yml
+++ b/.github/workflows/occ-command-documentation.yml
@@ -81,7 +81,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
- ./occ app:enable --force ${{ env.APP_NAME }}
+ ./occ app:enable ${{ env.APP_NAME }}
./occ config:system:set debug --value true --type boolean
- name: Check if documentation is up to date