Skip to content

Commit 9988353

Browse files
committed
adjust formatting
1 parent 8ce8f22 commit 9988353

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

.github/workflows/publish-site

+14-17
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ on:
55

66
name: Render and Publish
77

8-
9-
10-
118
jobs:
129
build:
1310
runs-on: ubuntu-latest
14-
permissions:
15-
pages: write # to deploy to Pages
16-
id-token:
11+
permissions:
12+
pages: write
13+
id-token: write
1714

1815
steps:
1916
- name: Check out repository
@@ -37,16 +34,16 @@ jobs:
3734

3835
- name: Upload static files as artifact
3936
id: deployment
40-
uses: actions/upload-pages-artifact@v3 #
37+
uses: actions/upload-pages-artifact@v3
4138
with:
4239
path: docs/
43-
deploy:
44-
environment:
45-
name: github-pages
46-
url: ${{ steps.deployment.outputs.page_url }}
47-
runs-on: ubuntu-latest
48-
needs: build
49-
steps:
50-
- name: Deploy to GitHub Pages
51-
id: deployment
52-
uses: actions/deploy-pages@v4
40+
41+
deploy:
42+
runs-on: ubuntu-latest
43+
needs: build
44+
environment:
45+
name: github-pages
46+
url: ${{ steps.deployment.outputs.page_url }}
47+
steps:
48+
- name: Deploy to GitHub Pages
49+
uses: actions/deploy-pages@v4

docs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)