diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f9d1ccc..b2affe0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: - name: Deploy site run: mvn site --file pom.xml - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Copy CSS run: mv target/site/css/site.css target/site/es/css/site.css - name: Upload Artifacts