Skip to content

Commit

Permalink
autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Dec 15, 2023
1 parent 1200572 commit e7b60dc
Show file tree
Hide file tree
Showing 3 changed files with 1,379 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/sublime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master", "*" ]
pull_request:
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -35,3 +33,11 @@ jobs:

- name: Run a one-line script
run: npx plist2 syntaxes/heta.json dist/heta.tmLanguage

- name: Deploy to "hetalang/heta-highlight-sublime"
uses: JamesIves/github-pages-deploy-action@releases/v3
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
Loading

0 comments on commit e7b60dc

Please sign in to comment.