Skip to content

Commit

Permalink
Build in the pipeline before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianscheit committed Apr 9, 2024
1 parent 6217099 commit b1d26f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ concurrency:
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
build-and-deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: build
run: npm ci; npm run webpack
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
main.js
1 change: 0 additions & 1 deletion docs/main.js

This file was deleted.

0 comments on commit b1d26f0

Please sign in to comment.