We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e906485 commit 1c8ad4bCopy full SHA for 1c8ad4b
.github/workflows/build-and-deploy.yml
@@ -23,7 +23,7 @@ concurrency:
23
24
jobs:
25
build:
26
- runs-on: ubuntu-slim
+ runs-on: ubuntu-latest
27
defaults:
28
run:
29
working-directory: the-monochord
@@ -52,7 +52,7 @@ jobs:
52
environment:
53
name: github-pages
54
url: ${{ steps.deployment.outputs.page_url }}
55
56
needs: build
57
steps:
58
- name: Deploy to GitHub Pages
0 commit comments