diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 358a2bb9d..dda20cebc 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -26,7 +26,7 @@ jobs: deploy: environment: name: github-pages - url: tripy + url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Checkout diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..fd0f37c4b --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +title: tripy