Skip to content

Commit 2e372d1

Browse files
committed
Update iced to 0.13.1
1 parent 080cda3 commit 2e372d1

File tree

14 files changed

+2269
-968
lines changed

14 files changed

+2269
-968
lines changed

.github/workflows/page.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- name: Copy index.html
3838
run: cp examples/basic/index.html web
3939
- name: Setup Pages
40-
uses: actions/configure-pages@v3
40+
uses: actions/configure-pages@v5
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v4.0.0
4343
with:
4444
path: 'web'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v1
47+
uses: actions/deploy-pages@v4
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
target
22
Cargo.lock
3-
web
3+
web

0 commit comments

Comments
 (0)