diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index b356f51..a57e8e1 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -11,6 +11,8 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout 🛎️ uses: actions/checkout@v2 @@ -35,7 +37,7 @@ jobs: BASE_URL: "https://${{ github.event.repository.owner.name }}.github.io/" PATH_PREFIX: "/${{ github.event.repository.name }}/" - name: Deploy to Github Pages 🚀 - uses: JamesIves/github-pages-deploy-action@3.6.2 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages folder: _site #the static site folder diff --git a/package-lock.json b/package-lock.json index c30e7b9..e3aaf56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "11ty-plain-bootstrap5", + "name": "taumc-website", "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "11ty-plain-bootstrap5", + "name": "taumc-website", "version": "0.0.1", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index b9f141e..acfdd06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "11ty-plain-bootstrap5", + "name": "taumc-website", "version": "0.0.1", - "description": "Plain simple template for 11ty/eleventy and bootstrap5.", + "description": "TauMC website", "main": "index.js", "scripts": { "clean": "rm -rf dist", @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mandrasch/11ty-plain-bootstrap5.git" + "url": "git+https://github.com/TauMC/taumc.org" }, "keywords": [], "author": "Matthias Andrasch", @@ -22,10 +22,6 @@ "browserslist": [ "last 4 versions" ], - "bugs": { - "url": "https://github.com/mandrasch/11ty-plain-bootstrap5/issues" - }, - "homepage": "https://github.com/mandrasch/11ty-plain-bootstrap5#readme", "devDependencies": { "@11ty/eleventy": "^2.0.0", "@11ty/eleventy-img": "^2.0.0",