Skip to content

Rename index.html to index.txt #17

Rename index.html to index.txt

Rename index.html to index.txt #17

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build site
run: |
sed -i "s|{{APIKEY}}|$APIKEY|g" index.html