Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thetayloredman committed Feb 18, 2023
1 parent f2eaf25 commit 0899c50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

- name: Set up Pages
uses: actions/configure-pages@v3

- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
with:
path: docs
path: docs

publish:
runs-on: ubuntu-latest
Expand All @@ -43,12 +43,12 @@ jobs:
contents: write
pages: write
id-token: write

concurrency:
group: pages
cancel-in-progress: true

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 0899c50

Please sign in to comment.