Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/' with remote '.github/workflows/'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Feb 20, 2024
1 parent a3e12bc commit afdefa3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,3 @@ jobs:
git config --global user.email "[email protected]"
git commit -am "chore (update): ${{github.event.client_payload.module}} - ${{github.event.client_payload.sha}}"
git push
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install dependencies
run: npm install
- name: Build quartz
run: npx quartz build
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: public
deploy:
needs: update
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit afdefa3

Please sign in to comment.