Skip to content

Commit c874041

Browse files
committed
update github actions
1 parent 9d91bbf commit c874041

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,20 @@ jobs:
7373
build/lab-manual.pdf
7474
7575
- name: Upload Pages artifact
76-
uses: actions/upload-pages-artifact@v1
76+
uses: actions/upload-pages-artifact@v3.0.1
7777
with:
7878
path: build
7979

80-
deploy:
81-
needs: build
82-
runs-on: ubuntu-latest
83-
permissions:
84-
pages: write
85-
id-token: write
86-
environment:
87-
name: github-pages
88-
url: ${{ steps.deployment.outputs.page_url }}
89-
steps:
90-
- name: Deploy to GitHub Pages
91-
id: deployment
92-
uses: actions/deploy-pages@v1
80+
# deploy:
81+
# needs: build
82+
# runs-on: ubuntu-latest
83+
# permissions:
84+
# pages: write
85+
# id-token: write
86+
# environment:
87+
# name: github-pages
88+
# url: ${{ steps.deployment.outputs.page_url }}
89+
# steps:
90+
# - name: Deploy to GitHub Pages
91+
# id: deployment
92+
# uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)