diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d2d0cb5..1655afb 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -10,7 +10,8 @@ jobs: steps: - run: echo "Starting build job" - uses: actions/checkout@v3 - - run: | + - name: Install Dependencies + run: | apt update apt install -y libnss3 libx11-xcb1 libxcomposite1 libasound2 libatk1.0-0 libatk-bridge2.0-0 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 - name: Use Node.js ${{ matrix.node-version }} @@ -19,18 +20,12 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run cibuild - # - name: Upload pdf - # uses: actions/upload-artifact@v3 - # with: - # name: PDF - # path: build/resume.pdf - - - name: setup go - uses: https://github.com/actions/setup-go@v4 - with: - go-version: '>=1.20.1' - - name: Create Release - uses: actions/release-action@main - with: - files: |- - build/*.pdf \ No newline at end of file + # - name: setup go + # uses: https://github.com/actions/setup-go@v4 + # with: + # go-version: '>=1.20.1' + # - name: Create Release + # uses: actions/release-action@main + # with: + # files: |- + # build/*.pdf \ No newline at end of file diff --git a/package.json b/package.json index cb3deff..c2b9c00 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "validate": "resume validate", "resume": "resume", "cibuild": "mkdir -p build && env RESUME_PUPPETEER_NO_SANDBOX=true resume export build/resume.pdf --theme .", - "build": "mkdir -p build && resume export build/resume.pdf --theme . && resume export build/resume.html --theme ." + "build": "mkdir -p build && resume export build/resume.pdf --theme ." }, "author": "Thomas Cole", "license": "MIT", diff --git a/theme/style.scss b/theme/style.scss index f64e61a..fe04e96 100644 --- a/theme/style.scss +++ b/theme/style.scss @@ -35,6 +35,7 @@ body { height: 11in; margin: 0; padding: 0; + background-color: var(--background); } p {