Skip to content

added meta, header,modal, scroll-btn, (#21) #38

added meta, header,modal, scroll-btn, (#21)

added meta, header,modal, scroll-btn, (#21) #38

Workflow file for this run

name: Deploy to Netlify
on:
push:
branches:
- development # Adjusted to your protected development branch
pull_request:
branches:
- development # Deploy Preview on PRs to the development branch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: ./ # The root directory of your static site
production-deploy: true
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}