Skip to content

footer and transform styles adjustment (#20) #36

footer and transform styles adjustment (#20)

footer and transform styles adjustment (#20) #36

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 }}