diff --git a/.github/workflows/docs.yml b/.github/workflows/ci.yml similarity index 94% rename from .github/workflows/docs.yml rename to .github/workflows/ci.yml index 765b8ed..a94a673 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: 📄 Build Docs +name: Build Site on: push: @@ -6,11 +6,11 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0