Skip to content

Commit

Permalink
try to fix github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 10, 2024
1 parent 03a9ae0 commit 946a296
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ jobs:

permissions:
id-token: write
contents: write

steps:
- uses: actions/checkout@v4
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 946a296

Please sign in to comment.