Skip to content

Commit 0585e56

Browse files
committed
update from bleepblop
1 parent 78df5f9 commit 0585e56

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,26 @@
1-
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
1+
name: Deploy to GitHub Pages
32

43
on:
5-
# Runs on pushes targeting the default branch
64
push:
75
branches: ["master"]
8-
9-
# Allows you to run this workflow manually from the Actions tab
106
workflow_dispatch:
117

12-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
138
permissions:
149
contents: read
1510
pages: write
1611
id-token: write
1712

18-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20-
concurrency:
21-
group: "pages"
22-
cancel-in-progress: false
23-
2413
jobs:
25-
# Single deploy job since we're just deploying
2614
deploy:
2715
environment:
2816
name: github-pages
2917
url: ${{ steps.deployment.outputs.page_url }}
3018
runs-on: ubuntu-latest
3119
steps:
32-
- name: Verify GITHUB_TOKEN
33-
run: |
34-
echo "Testing GITHUB_TOKEN permissions"
35-
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
36-
https://api.github.com/repos/${{ github.repository }}/pages
3720
- name: Checkout
3821
uses: actions/checkout@v4
22+
- name: Debug docs folder
23+
run: ls -la docs
3924
- name: Setup Pages
4025
uses: actions/configure-pages@v4
4126
- name: Upload artifact
@@ -44,4 +29,4 @@ jobs:
4429
path: 'docs'
4530
- name: Deploy to GitHub Pages
4631
id: deployment
47-
uses: actions/deploy-pages@v3
32+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)