Skip to content

Commit

Permalink
Publish the 3.1 grammars to the grammar repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Sep 1, 2024
1 parent 520c615 commit 56e59bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,13 @@ jobs:
repository-name: ${{ github.repository_owner}}/3.0-specification
branch: gh-pages
target-folder: /${{ github.ref_name }}/head

- name: Deploy libraries on ${{ github.repository_owner}}/3.0-grammar
if: ${{ env.HAVE_ACCESS_TOKEN == 'true' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/dist/etc
token: ${{ secrets.ACCESS_TOKEN }}
repository-name: ${{ github.repository_owner}}/3.0-grammar
branch: master
target-folder: /steps-3.1

0 comments on commit 56e59bb

Please sign in to comment.