Skip to content

Commit b99c2d7

Browse files
committed
udpated ci for pages
1 parent bf5cdc9 commit b99c2d7

2 files changed

Lines changed: 5 additions & 44 deletions

File tree

.github/workflows/pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Pages
55
on:
66
push:
77
branches: [main]
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read
@@ -30,11 +31,14 @@ jobs:
3031
set -euo pipefail
3132
make docs-pages
3233
34+
- name: Setup Pages
35+
uses: actions/configure-pages@v5
36+
3337
- name: Upload Pages artifact
3438
uses: actions/upload-pages-artifact@v3
3539
with:
3640
path: pages
3741

3842
- name: Deploy to GitHub Pages
3943
id: deployment
40-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@v5

.github/workflows/static.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)