From 946a29616ef555b313249b51038ff1b51e2e97ec Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 10 Dec 2024 20:31:30 +0000 Subject: [PATCH] try to fix github-pages-deploy-action --- .github/workflows/ci.yml | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31f225f..59237c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,6 +290,7 @@ jobs: permissions: id-token: write + contents: write steps: - uses: actions/checkout@v4 @@ -313,7 +314,7 @@ jobs: skip-existing: true - name: publish docs - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: gh-pages folder: site diff --git a/Cargo.lock b/Cargo.lock index 139b2a3..7bfab10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "watchfiles_rust_notify" -version = "1.0.2" +version = "1.0.3" dependencies = [ "crossbeam-channel", "notify", diff --git a/Cargo.toml b/Cargo.toml index 140a7a4..8f03606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchfiles_rust_notify" -version = "1.0.2" +version = "1.0.3" edition = "2021" license = "MIT" homepage = "https://github.com/samuelcolvin/watchfiles"