Force publish instead

This commit is contained in:
zontreck 2024-07-08 23:36:46 -07:00
parent 9c914fb36d
commit 96cd583c63
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
stage('Deploy') {
steps {
sh 'dart pub publish'
sh 'dart pub publish -f'
sh 'git clone git@github.com:ariascreations/ServerCode'
sh 'rsync -a --progress -h --delete doc/api/ ServerCode/api.zontreck.com/dartdocs/libac/'
dir('ServerCode') {

View file

@ -9,6 +9,7 @@ environment:
# Add regular dependencies here.
dependencies:
crypto: ^3.0.3
dio: ^5.5.0+1
# path: ^1.8.0