Skip to content

Commit

Permalink
Merge pull request #49 from manomayam/sophia-migr-0.8.0
Browse files Browse the repository at this point in the history
feat: migrate to sophia 0.8.0
  • Loading branch information
damooo authored Feb 3, 2024
2 parents 1b5960f + 82efe65 commit bc43c3d
Show file tree
Hide file tree
Showing 36 changed files with 780 additions and 688 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@
"streetsidesoftware.code-spell-checker"
]
}
},
"features": {
"ghcr.io/guiyomh/features/just:0": {
"version": "latest"
},
"ghcr.io/lee-orr/rusty-dev-containers/cargo-binstall:0": {}
}
}
30 changes: 0 additions & 30 deletions .github/workflows/audit.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
# Just add a `cd` here if you need to change to another directory.
mdbook build
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'book/out'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
Loading

0 comments on commit bc43c3d

Please sign in to comment.