Skip to content

Commit 03637ba

Browse files
author
Nino Filiu
committed
prettify pages workflow
1 parent e248c3f commit 03637ba

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/pages.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
name: Deploy to GitHub Pages
22
on:
33
push:
4-
branches: [ main ]
4+
branches:
5+
- main
56
jobs:
67
deploy:
78
runs-on: ubuntu-latest
89
permissions:
910
pages: write
1011
id-token: write
1112
steps:
12-
- uses: actions/checkout@v4.2.2
13-
- uses: actions/upload-pages-artifact@v3.0.1
14-
with:
15-
path: ./docs
16-
- uses: actions/deploy-pages@v4.0.5
13+
- uses: actions/checkout@v4.2.2
14+
- uses: actions/upload-pages-artifact@v3.0.1
15+
with:
16+
path: ./docs
17+
- uses: actions/deploy-pages@v4.0.5

0 commit comments

Comments
 (0)