Skip to content

Commit ca7d368

Browse files
authored
Merge pull request #98 from BloomyInDev/fix-ci
Trying to fix the ci
2 parents 9a1380b + afeed01 commit ca7d368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docusaurus_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Setup Pages
4242
uses: actions/configure-pages@v3
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v1
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
# Upload dist repository
4747
path: './build'
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)