Skip to content

Commit

Permalink
CI: always continue deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 7, 2025
1 parent e961429 commit 317d914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
name: build-artifact-${{ github.ref_name }}
path: public
- name: Upload Dist to GitLab
continue-on-error: true
run: |
git clone --filter=tree:0 https://${GITLAB_TOKEN_NAME}:${GITLAB_TOKEN}@gitlab.com/SukkaW/ruleset.skk.moe.git ./deploy-git
cd ./deploy-git
Expand Down

0 comments on commit 317d914

Please sign in to comment.