Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit a3921c6

Browse files
committed
ci: remove images: Rewrite gh-pages
Signed-off-by: John Andersen <[email protected]>
1 parent 2aff315 commit a3921c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/remove_images.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run git-filter-repo
2323
env:
2424
REPO_URL: https://github.com/intel/dffml
25-
BRANCH: master
25+
BRANCH: gh-pages
2626
GIT_FILTER_REPO_PATHS: /tmp/git-filter-repo-paths
2727
SSH_DFFML_GH_PAGES: ${{ secrets.SSH_DFFML_GH_PAGES }}
2828
shell: bash -xe {0}
@@ -66,5 +66,4 @@ jobs:
6666
git remote set-url origin [email protected]:intel/dffml
6767
set -e
6868
69-
git checkout -b main
70-
git push -u origin main
69+
git push -fu origin $BRANCH

0 commit comments

Comments
 (0)