Skip to content

Commit

Permalink
Return to my actions on publish.yml because I need to push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisEnMarroquin committed Nov 22, 2021
1 parent f4a58de commit 53e2e39
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: LuisEnMarroquin/setup-ssh-action@v2.0.0
with:
SSHKEY: ${{ secrets.SSH }}
- run: git clone git@github.com:LuisEnMarroquin/json-as-xlsx.git .
- name: Build JavaScript file
run: |
npm ci --no-optional
Expand Down Expand Up @@ -42,7 +45,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run build-client
- uses: JamesIves/github-pages-deploy-action@4.1.6
- uses: LuisEnMarroquin/gh-pages-publish@v2.4.4
with:
folder: dist
branch: gh-pages
FOLDER: dist
SSHKEY: ${{ secrets.SSH }}

0 comments on commit 53e2e39

Please sign in to comment.