Skip to content

Commit

Permalink
WIP1
Browse files Browse the repository at this point in the history
  • Loading branch information
Futaba-Kosuke committed Jun 3, 2024
1 parent 8554068 commit 366323e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- feature/git
- feature/ci-test

permissions:
contents: read
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Setup Packages
run: sudo apt-get update & sudo apt-get install jq npm fonts-noto
run: sudo apt update & sudo apt install jq npm fonts-noto

- name: Install Marp CLI
run: npm install -g @marp-team/marp-cli
Expand Down

0 comments on commit 366323e

Please sign in to comment.