Skip to content

Commit c9640ea

Browse files
authored
Merge pull request #83 from squidit/fix/deploydocs
chore: update deploy workflow to use upload-pages-artifact@v3 and bum…
2 parents d51e1d8 + 39142f4 commit c9640ea

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ jobs:
3636
cd storybook-static
3737
echo "react-css.squidit.com.br" > CNAME
3838
39-
- name: Upload artifact
40-
uses: actions/upload-artifact@v4
39+
- name: Upload Storybook artifact
40+
uses: actions/upload-pages-artifact@v3
4141
with:
42-
name: storybook-static
4342
path: storybook-static/
4443

4544
- name: Deploy to GitHub Pages
4645
id: deployment
47-
uses: actions/deploy-pages@v4
48-
with:
49-
artifact_name: storybook-static
46+
uses: actions/deploy-pages@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squidit/react-css",
3-
"version": "1.2.30",
3+
"version": "1.2.31",
44
"scripts": {
55
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
66
"lint": "eslint src --ext js,ts,tsx",

0 commit comments

Comments
 (0)