From 7267c7e79191e2471955c22518c19cb3b4824d8a Mon Sep 17 00:00:00 2001 From: maltejur <48161361+maltejur@users.noreply.github.com> Date: Mon, 2 Nov 2020 19:58:37 +0100 Subject: [PATCH] fix cname --- .github/workflows/deploy.yml | 13 +++++++------ CNAME | 1 - 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 CNAME diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a35f3b4..01fcec4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,25 +2,26 @@ name: deploy on: push: - branches: [ master ] + branches: [master] jobs: build-and-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - + - name: Setup Node.js environment - uses: actions/setup-node@v2.1.2 - + uses: actions/setup-node@v2.1.2 + - name: Install dependencies run: npm i - name: Build run: npx parcel build src/index.html - + - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist + cname: archiv.hertzschlag.eu diff --git a/CNAME b/CNAME deleted file mode 100644 index 105234c..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -archiv.hertzschlag.eu \ No newline at end of file