Skip to content

Commit e7a2e8f

Browse files
West SheriffWest Sheriff
authored andcommitted
Update github actions
1 parent 3997029 commit e7a2e8f

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

.github/workflows/rust.yml

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

.github/workflows/static.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
2+
name: Deploy thestack docs to github pages
33

44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["docs"]
7+
branches: ['docs']
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -18,15 +18,12 @@ permissions:
1818
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1919
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2020
concurrency:
21-
group: "pages"
21+
group: 'pages'
2222
cancel-in-progress: false
2323

2424
jobs:
2525
# Single deploy job since we're just deploying
2626
deploy:
27-
environment:
28-
name: thestack-docs
29-
url: ${{ steps.deployment.outputs.page_url }}
3027
runs-on: ubuntu-latest
3128
steps:
3229
- name: Checkout

0 commit comments

Comments
 (0)