Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jan 18, 2025
1 parent fd4a0bb commit 83ba5c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
name: Nix Flake Check
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: prepare nix
uses: cachix/install-nix-action@v30
- name: flake check
run: nix flake check --all-systems
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
dependabot:
runs-on: ubuntu-latest
needs: [secretlint, nix-flake]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
with:
version: 29.4
- uses: actions/checkout@v4

# for Build Html
- name: wget htmlize
run: wget https://raw.githubusercontent.com/hniksic/emacs-htmlize/master/htmlize.el
- name: build
run: emacs --batch --load htmlize.el --load script.el --funcall export-org-files
- name: move init.html to index.html
run: mv public/init.html public/index.html

# for Deploy Github Pages
- name: Setup Pages
id: pages
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v4
- name: prepare nix
uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: actions/checkout@v4
- name: Run nvfetcher
run: |
export LANG=en_US.UTF-8
Expand Down

0 comments on commit 83ba5c5

Please sign in to comment.