We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e167e48 commit 03ce183Copy full SHA for 03ce183
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: ci
+name: Checks
2
3
on:
4
push:
.github/workflows/nuxthub.yml .github/workflows/docs.yml.github/workflows/nuxthub.yml renamed to .github/workflows/docs.yml
@@ -1,13 +1,13 @@
-name: Deploy to NuxtHub
+name: Deploy Docs
5
- branches:
6
- - main
+ tags:
+ - v*
7
8
jobs:
9
deploy:
10
- name: "Deploy to NuxtHub"
+ name: "Deploy Docs"
11
runs-on: ubuntu-latest
12
environment:
13
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
0 commit comments