add https:// to the url

This commit is contained in:
Allan Niles 2023-07-28 10:55:15 -05:00 committed by GitHub
parent 1624b5d714
commit 328a02bbb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
deploy: deploy:
environment: environment:
name: github-pages name: github-pages
url: "demo.emulatorjs.org" url: "https://demo.emulatorjs.org"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout