Skip to content

Commit 946a296

Browse files
committed
try to fix github-pages-deploy-action
1 parent 03a9ae0 commit 946a296

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ jobs:
290290

291291
permissions:
292292
id-token: write
293+
contents: write
293294

294295
steps:
295296
- uses: actions/checkout@v4
@@ -313,7 +314,7 @@ jobs:
313314
skip-existing: true
314315

315316
- name: publish docs
316-
uses: JamesIves/github-pages-deploy-action@v4.6.9
317+
uses: JamesIves/github-pages-deploy-action@v4.7.2
317318
with:
318319
branch: gh-pages
319320
folder: site

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "watchfiles_rust_notify"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/samuelcolvin/watchfiles"

0 commit comments

Comments
 (0)