Skip to content

Commit

Permalink
disable npm publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
npup committed Apr 14, 2023
1 parent c462def commit a8aebfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
path: ${{ env.BUILD_PATH }}/docs

deploy:
name: Deploy
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish-on-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: On creating a release, publish package to npm

on:
# Runs on creating a release
release:
types: [published]
# release:
# types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-to-go",
"type": "module",
"version": "1.6.0",
"version": "1.6.1",
"description": "A bit of global CSS to help shape up the looks of a plain HTML document. Has a dark mode and a light mode.",
"author": "P.Envall <[email protected]>",
"homepage": "https://npup.github.io/css-to-go",
Expand Down

0 comments on commit a8aebfb

Please sign in to comment.