From 6d1d66c5288b553ff67237cdf4306e9fdca1cc4e Mon Sep 17 00:00:00 2001 From: Miguel Pimentel Date: Fri, 23 Feb 2024 11:36:42 -0800 Subject: [PATCH] update workflows --- .github/workflows/build-and-deploy.yml | 4 ++-- .github/workflows/build-check.yml | 6 +++--- CONTRIBUTING.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b8486f1a50..3bc514dcb3 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -34,7 +34,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifact - uses: semanticdata/upload-pages-artifact@v0.1.0 + uses: actions/upload-pages-artifact@v3 with: path: ./public @@ -47,4 +47,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: semanticdata/deploy-pages@v0.1.0 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 605e557c30..be9d2c5c0e 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -1,4 +1,4 @@ -name: Zola only Build +name: Zola - Build only on: # push: @@ -26,7 +26,7 @@ jobs: # if: github.ref != 'refs/heads/main' steps: - name: Checkout main - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Zola uses: taiki-e/install-action@zola - name: Build Zola @@ -34,4 +34,4 @@ jobs: env: BUILD_ONLY: true BUILD_FLAGS: --drafts - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19ef25c8ea..5d5071af5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Welcome to [this-repo] Contributing Guide +# Welcome to Zola Minimal's Contributing Guide Read our [Code of Conduct](CODE_OF_CONDUCT) to keep our community approachable and respectable.