Skip to content

Commit

Permalink
ci: remove netlify pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Jun 6, 2023
1 parent 06f0d58 commit c99db65
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,30 @@ jobs:
# env:
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

publish-docs:
needs: publish-npm
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# publish-docs:
# needs: publish-npm
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Deps
run: npm ci
- name: Build Docs
env:
VITE_GOOGLE_CLIENT_ID: ${{ secrets.VITE_GOOGLE_CLIENT_ID }}
run: npm run docs:build
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 16
# - name: Install Deps
# run: npm ci
# - name: Build Docs
# env:
# VITE_GOOGLE_CLIENT_ID: ${{ secrets.VITE_GOOGLE_CLIENT_ID }}
# run: npm run docs:build

# Deploy to Netlify using our production secrets
- name: Deploy to netlify
uses: netlify/actions/cli@master
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
with:
args: deploy --dir=docs/.vitepress/dist --prod
secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]'
# # Deploy to Netlify using our production secrets
# - name: Deploy to netlify
# uses: netlify/actions/cli@master
# env:
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
# with:
# args: deploy --dir=docs/.vitepress/dist --prod
# secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]'

1 comment on commit c99db65

@vercel
Copy link

@vercel vercel bot commented on c99db65 Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-google-signin – ./

vue3-google-signin-kasvith.vercel.app
vue3-google-signin-git-main-kasvith.vercel.app
vue3-google-signin.vercel.app

Please sign in to comment.