From 459f4146a3fcbc6ec657e7d768fe66c853c7ad02 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 11 Feb 2024 17:59:42 -0500 Subject: [PATCH 1/2] [site] Change expected folder to scala.git due to multi module --- .github/workflows/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index d0c67a28..681bf1f6 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -29,6 +29,6 @@ jobs: with: ssh-key: true branch: gh-pages - folder: target/staging + folder: target/scala.git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 67f7f12a39564d8699821914653c15a15788f5e0 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 11 Feb 2024 18:01:54 -0500 Subject: [PATCH 2/2] [git] Update git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f3e67ff8..08f3c54d 100644 --- a/.gitignore +++ b/.gitignore @@ -221,3 +221,4 @@ project .mvn/wrapper/maven-wrapper.jar pom.xml.releaseBackup release.properties +.github/keys/