Skip to content

updated technical SEO and EAAT, added community page to add external blogs for authority push #229

updated technical SEO and EAAT, added community page to add external blogs for authority push

updated technical SEO and EAAT, added community page to add external blogs for authority push #229

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm install
- run: npm run build
- run: cp .asf.yaml build/.asf.yaml
- uses: peaceiris/actions-gh-pages@v3
if: github.event_name != 'pull_request'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: deploy