Skip to content

Commit

Permalink
chore: sync alpha (#2847)
Browse files Browse the repository at this point in the history
chore: merging master into alpha
  • Loading branch information
viktorrusakov authored Nov 24, 2023
2 parents 3b57b8d + 469625a commit 755740d
Show file tree
Hide file tree
Showing 19 changed files with 1,373 additions and 881 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: codecov/codecov-action@v3
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
id: extract_branch
- name: Preview semantic-release version
env:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: www/public # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch
Loading

0 comments on commit 755740d

Please sign in to comment.