Skip to content

Commit 1ef4c3c

Browse files
authored
Interact fix workflow (#40)
* Put back configure-pages * Fixed versions of actions
1 parent 2f19cb6 commit 1ef4c3c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/interactdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,16 @@ jobs:
5151
# Set base path for GitHub Pages deployment under /docs
5252
VITE_BASE: /docs/
5353

54+
- name: Setup Pages
55+
uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3
56+
5457
- name: Prepare deployment directory
5558
run: |
5659
mkdir -p _site/docs
5760
cp -r apps/docs/dist/* _site/docs/
5861
5962
- name: Upload artifact
60-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
63+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
6164
with:
6265
path: _site
6366

0 commit comments

Comments
 (0)