Skip to content

Add Swedish translation, and fix Portuguese #49

Add Swedish translation, and fix Portuguese

Add Swedish translation, and fix Portuguese #49

Workflow file for this run

name: Deploy on Push to Main
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # Specify the Node.js version you need
- name: Install Dependencies
run: npm install
- name: Run Predeploy Script
run: npm run predeploy
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages # default: gh-pages
publish_dir: ./build
cname: jojomodding.com