Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Dec 15, 2023
1 parent e7b60dc commit a98912e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sublime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
run: npx plist2 syntaxes/heta.json dist/heta.tmLanguage

- name: Deploy to "hetalang/heta-highlight-sublime"
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
CLEAN: false
folder: dist
repository-name: hetalang/heta-highlight-sublime
token: ${{ secrets.GITHUB_TOKEN }}
branch: main
clean: false

0 comments on commit a98912e

Please sign in to comment.