Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 26, 2024
1 parent 77cec93 commit 4fd25c7
Show file tree
Hide file tree
Showing 21 changed files with 511 additions and 169 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy.yml
Expand Up @@ -4,23 +4,24 @@ on:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: withastro/action@v0
- uses: actions/checkout@v4
- uses: withastro/action@v2
deploy:
needs: build
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 4fd25c7

Please sign in to comment.