diff options
author | Alexandre Flament <alex@al-f.net> | 2021-02-01 17:07:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 17:07:08 +0100 |
commit | 99244440e42b970252b63fb1194ee1503afda704 (patch) | |
tree | 201c9b183610c779a6285ad1333a67db4009886b /.github/workflows | |
parent | 0a8799b8348fb005389ede1fe85cce21dd51bea1 (diff) | |
parent | 40d2a116e1e5a24027bba54de530fa9d4700cef3 (diff) | |
download | searxng-99244440e42b970252b63fb1194ee1503afda704.tar.gz searxng-99244440e42b970252b63fb1194ee1503afda704.zip |
Merge pull request #2514 from return42/fix-gh-pages
[fix] Makefile target gh-pages & flatten history of branch gh.pages
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 39f3d3418..7d0b97447 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -80,7 +80,7 @@ jobs: with: GITHUB_TOKEN: ${{ github.token }} BRANCH: gh-pages - FOLDER: gh-pages + FOLDER: build/gh-pages CLEAN: true # Automatically remove deleted files from the deploy branch dockers: |