From dea378f78e210d90bb3c2a7234479271f3bd2d2d Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 9 Jul 2024 21:45:49 -0700 Subject: [PATCH] Add a extra instruction for getting dependencies --- Jenkinsfile | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 323e086..4cfa9de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,8 @@ pipeline { sh ''' #!/bin/bash unset WORKSPACE + unset WORKSPACE_TMP + dart pub get dart doc tar -cvf docs.tgz doc/api/* ''' diff --git a/pubspec.yaml b/pubspec.yaml index 6bac7d1..d74ef83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libac_dart description: "Aria's Creations code library" -version: 1.2.070924+2118 +version: 1.2.070924+2145 homepage: "https://zontreck.com"