Skip to content

Commit d84039d

Browse files
authored
misc: update GitHub actions and some docs (#405)
2 parents d101c21 + e43bd8c commit d84039d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
build:
1818
name: Build Website
1919
runs-on: ubuntu-latest
20-
2120
permissions:
2221
contents: read
2322
deployments: write
23+
timeout-minutes: 30
2424

2525
steps:
2626
- name: Checkout
@@ -50,28 +50,28 @@ jobs:
5050
with:
5151
path: website/build
5252

53-
deploy:
54-
if: github.event_name == 'push'
55-
name: Deploy to GitHub Pages
56-
concurrency: build-deploy-pages
57-
runs-on: ubuntu-latest
58-
needs: build
53+
# deploy:
54+
# if: github.event_name == 'push'
55+
# name: Deploy to GitHub Pages
56+
# concurrency: build-deploy-pages
57+
# runs-on: ubuntu-latest
58+
# needs: build
5959

60-
permissions:
61-
pages: write
62-
id-token: write
60+
# permissions:
61+
# pages: write
62+
# id-token: write
6363

64-
environment:
65-
name: github-pages
66-
url: ${{ steps.deployment.outputs.page_url }}
64+
# environment:
65+
# name: github-pages
66+
# url: ${{ steps.deployment.outputs.page_url }}
6767

68-
steps:
69-
- name: Download Build Artifact
70-
uses: actions/[email protected]
68+
# steps:
69+
# - name: Download Build Artifact
70+
# uses: actions/[email protected]
7171

72-
- name: Deploy to GitHub Pages
73-
id: deployment
74-
uses: actions/[email protected]
72+
# - name: Deploy to GitHub Pages
73+
# id: deployment
74+
# uses: actions/[email protected]
7575

7676

7777
publish:

0 commit comments

Comments
 (0)