Skip to content

Removed duplicate fileReference in docs #47

Removed duplicate fileReference in docs

Removed duplicate fileReference in docs #47

Workflow file for this run

name: Deploy
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Deploy Stage
uses: fjogeleit/http-request-action@master
with:
url: 'https://spinsha.re?deployment=${{ secrets.DEPLOY_KEY }}'
method: 'GET'