Skip to content

edit homepagebuild

edit homepagebuild #7

Workflow file for this run

name: Push HTML and CSS to website
on:
push:
branches:
- main
jobs:
copy-to-branches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Copy To Branches Action
uses: planetoftheweb/copy-to-branches@v1.2
env:
key: main
branches: website
files: index.html Css/index.css