Skip to content

Merge pull request #27 from othaldo/master #167

Merge pull request #27 from othaldo/master

Merge pull request #27 from othaldo/master #167

name: Optimize map and deploy
on: [ push ]
permissions:
contents: write
pages: write
actions: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: "Install dependencies"
run: npm install
- name: "Build scripts"
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
if: github.ref == 'refs/heads/master'
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: dist/ # The folder the action should deploy.
- name: Bash2
run: |
ls -al