Skip to content

[SmoothScroll] Update scroll properties from lenis #46

[SmoothScroll] Update scroll properties from lenis

[SmoothScroll] Update scroll properties from lenis #46

Workflow file for this run

# name: npm-publish
# on:
# workflow_dispatch:
# push:
# branches:
# - master
# jobs:
# npm-publish:
# if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]') }}
# name: npm-publish
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: Publish
# uses: JS-DevTools/npm-publish@v1
# with:
# token: ${{ secrets.NPM_AUTH_TOKEN }}