Skip to content

Commit

Permalink
cd?
Browse files Browse the repository at this point in the history
  • Loading branch information
default-username-852 committed Jul 15, 2024
1 parent 6ee8680 commit c803636
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,24 @@ jobs:
run: |
npm install
npx webpack --mode=production
deploy:
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
runs-on: ubuntu-latest
needs: build

steps:
- name: Configure GitHub Pages
uses: actions/configure-pages@v3

- name: Foobar
run: |
ls
pwd
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
path: dist

0 comments on commit c803636

Please sign in to comment.