We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fd598 commit c7e1947Copy full SHA for c7e1947
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
run: npm run docs
40
41
- name: Deploy to GitHub Pages
42
- uses: JamesIves/github-pages-deploy-action@v4.7.3
+ uses: JamesIves/github-pages-deploy-action@v4.8.0
43
with:
44
branch: gh-pages # The branch the action should deploy to.
45
folder: docs/api/@edx/frontend-platform/1.0.0-semantically-released # The folder the action should deploy.
0 commit comments