Skip to content

Use the Telenor Logo for the favicon #14

Use the Telenor Logo for the favicon

Use the Telenor Logo for the favicon #14

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