Skip to content

Commit 6fd3df1

Browse files
authored
Merge pull request #1539 from rust-lang/senekor/zola-prep
Move custom site generator closer to zola
2 parents 7a53f0f + 21e066c commit 6fd3df1

File tree

612 files changed

+27
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

612 files changed

+27
-25
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3333

3434
- run: cargo run
35-
- run: cp CNAME ./site/
36-
- run: touch site/.nojekyll
35+
- run: cp CNAME ./public/
36+
- run: touch public/.nojekyll
3737

3838
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
3939
with:
40-
path: site
40+
path: public
4141

4242
deploy:
4343
if: ${{ github.ref == 'refs/heads/master' }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/target/
33
**/*.rs.bk
44
site
5+
public
56
static/styles/vendor.css
67
static/styles/app.css
78
static/styles/fonts.css

README.md

Lines changed: 3 additions & 3 deletions
File renamed without changes.

0 commit comments

Comments
 (0)