Skip to content

Add margin to about telenor #12

Add margin to about telenor

Add margin to about telenor #12

Workflow file for this run

name: Gatsby Publish
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions Bot"
npm i
npm run deploy